summaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-14 09:55:47 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-14 09:55:47 +0000
commit83d28db520c3bf170954f05a74b5435f953c9f8f (patch)
tree320cec58190af280cd2512e989b95eb1fed0ee3d /libjava/posix-threads.cc
parent72de368c35b77c078b377d2496db3a4e417a32b2 (diff)
downloadgcc-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.cc2
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