From: Andreas Schwab Date: Thu, 14 Sep 2006 09:55:47 +0000 (+0000) Subject: * posix-threads.cc: Include "posix.h". X-Git-Tag: releases/gcc-4.2.0~1397 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7ad6748b974b9c6c6713b1d88bf4901fa5c205d;p=thirdparty%2Fgcc.git * posix-threads.cc: Include "posix.h". From-SVN: r116943 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 3c7ee13f1954..989738f57634 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 41937db6c52a..125275b97cac 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