diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 03:10:22 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-03 03:10:22 +0000 |
commit | 11fc9745e29237a8e8c4321570a3df337c913ec1 (patch) | |
tree | fdbe2d6a7c7f2c4076d36f77d93b62731de119e0 /libjava | |
parent | df76cb2f1f1387681f27ba6fbd276c160440f2ac (diff) | |
download | gcc-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')
-rw-r--r-- | libjava/ChangeLog | 3 | ||||
-rw-r--r-- | libjava/posix-threads.cc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 209e53e2fe2..012848ee3a8 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,6 +1,7 @@ 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> - * posix-threads.cc: Don't include boehm-config.h. + * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h + instead. 1999-11-02 Tom Tromey <tromey@cygnus.com> 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 */ |