]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* posix-threads.cc: Include "posix.h".
authorAndreas Schwab <schwab@suse.de>
Thu, 14 Sep 2006 09:55:47 +0000 (09:55 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 14 Sep 2006 09:55:47 +0000 (09:55 +0000)
From-SVN: r116943

libjava/ChangeLog
libjava/posix-threads.cc

index 3c7ee13f1954a46301479656e8af8c148cef208f..989738f576344ce9d6aaacecd9ef591a17602b40 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 41937db6c52aa0e259f40238201841c928b54cae..125275b97cacad9d72c84bda4e46e208a34b301b 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