summaryrefslogtreecommitdiff
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 03:10:22 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 03:10:22 +0000
commit11fc9745e29237a8e8c4321570a3df337c913ec1 (patch)
treefdbe2d6a7c7f2c4076d36f77d93b62731de119e0 /libjava/posix-threads.cc
parentdf76cb2f1f1387681f27ba6fbd276c160440f2ac (diff)
downloadgcc-11fc9745e29237a8e8c4321570a3df337c913ec1.tar.gz
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30365 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r--libjava/posix-threads.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc
index 4e3eacd4383..ffd2f62fac1 100644
--- a/libjava/posix-threads.cc
+++ b/libjava/posix-threads.cc
@@ -18,6 +18,7 @@ details. */
#ifdef HAVE_BOEHM_GC
extern "C"
{
+#include <gcconfig.h>
#include <gc.h>
};
#endif /* HAVE_BOEHM_GC */