From 8fbe2d958a4053519918e1f47a3e920384ec8ffb Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Wed, 3 Nov 1999 03:10:22 +0000 Subject: [PATCH] posix-threads.cc: Don't include boehm-config.h. 1999-11-02 Bryce McKinlay * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h instead. From-SVN: r30365 --- libjava/ChangeLog | 3 ++- libjava/posix-threads.cc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 - * 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 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 #include }; #endif /* HAVE_BOEHM_GC */ -- 2.30.2