* posix-threads.cc: Include "posix.h".
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Sep 2006 09:55:47 +0000 (09:55 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Sep 2006 09:55:47 +0000 (09:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116943 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/posix-threads.cc

index 3c7ee13..989738f 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-14  Andreas Schwab  <schwab@suse.de>
+
+       * posix-threads.cc: Include "posix.h".
+
 2006-09-13  Geoffrey Keating  <geoffk@apple.com>
 
        * posix.cc (_Jv_platform_nanotime): Return nanoseconds, not
index 41937db..125275b 100644 (file)
@@ -13,6 +13,8 @@ details.  */
 
 #include <config.h>
 
+#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