diff options
author | Andreas Schwab <schwab@suse.de> | 2006-09-14 09:55:47 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2006-09-14 09:55:47 +0000 |
commit | f7ad6748b974b9c6c6713b1d88bf4901fa5c205d (patch) | |
tree | 320cec58190af280cd2512e989b95eb1fed0ee3d /libjava/posix-threads.cc | |
parent | 2e362c747413dc3767d020f522df127964b275ac (diff) | |
download | gcc-f7ad6748b974b9c6c6713b1d88bf4901fa5c205d.tar.gz |
* posix-threads.cc: Include "posix.h".
From-SVN: r116943
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r-- | libjava/posix-threads.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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 |