diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-14 09:55:47 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-14 09:55:47 +0000 |
commit | 83d28db520c3bf170954f05a74b5435f953c9f8f (patch) | |
tree | 320cec58190af280cd2512e989b95eb1fed0ee3d /libjava/posix-threads.cc | |
parent | 72de368c35b77c078b377d2496db3a4e417a32b2 (diff) | |
download | gcc-83d28db520c3bf170954f05a74b5435f953c9f8f.tar.gz |
* posix-threads.cc: Include "posix.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116943 138bc75d-0d04-0410-961f-82ee72b054a4
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 |