From 83d28db520c3bf170954f05a74b5435f953c9f8f Mon Sep 17 00:00:00 2001 From: schwab Date: Thu, 14 Sep 2006 09:55:47 +0000 Subject: * posix-threads.cc: Include "posix.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116943 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 4 ++++ libjava/posix-threads.cc | 2 ++ 2 files changed, 6 insertions(+) (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 3c7ee13f195..989738f5763 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2006-09-14 Andreas Schwab + + * posix-threads.cc: Include "posix.h". + 2006-09-13 Geoffrey Keating * posix.cc (_Jv_platform_nanotime): Return nanoseconds, not diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 41937db6c52..125275b97ca 100644 --- a/libjava/posix-threads.cc +++ b/libjava/posix-threads.cc @@ -13,6 +13,8 @@ details. */ #include +#include "posix.h" + // If we're using the Boehm GC, then we need to override some of the // thread primitives. This is fairly gross. #ifdef HAVE_BOEHM_GC -- cgit v1.2.1