diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 1999-11-03 03:10:22 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 1999-11-03 03:10:22 +0000 |
commit | 8fbe2d958a4053519918e1f47a3e920384ec8ffb (patch) | |
tree | fdbe2d6a7c7f2c4076d36f77d93b62731de119e0 /libjava/posix-threads.cc | |
parent | 765de7ea9802b252ed8d8bf5092fcd0e8bdbab6f (diff) | |
download | gcc-8fbe2d958a4053519918e1f47a3e920384ec8ffb.zip gcc-8fbe2d958a4053519918e1f47a3e920384ec8ffb.tar.gz gcc-8fbe2d958a4053519918e1f47a3e920384ec8ffb.tar.bz2 |
posix-threads.cc: Don't include boehm-config.h.
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h
instead.
From-SVN: r30365
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r-- | libjava/posix-threads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc index 4e3eacd..ffd2f62 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 */ |