aboutsummaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2006-09-14 09:55:47 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2006-09-14 09:55:47 +0000
commitf7ad6748b974b9c6c6713b1d88bf4901fa5c205d (patch)
tree320cec58190af280cd2512e989b95eb1fed0ee3d /libjava/posix-threads.cc
parent2e362c747413dc3767d020f522df127964b275ac (diff)
downloadgcc-f7ad6748b974b9c6c6713b1d88bf4901fa5c205d.zip
gcc-f7ad6748b974b9c6c6713b1d88bf4901fa5c205d.tar.gz
gcc-f7ad6748b974b9c6c6713b1d88bf4901fa5c205d.tar.bz2
* posix-threads.cc: Include "posix.h".
From-SVN: r116943
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 41937db6..125275b 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