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
This commit is contained in:
Bryce McKinlay 1999-11-03 03:10:22 +00:00 committed by Bryce McKinlay
parent 765de7ea98
commit 8fbe2d958a
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -18,6 +18,7 @@ details. */
#ifdef HAVE_BOEHM_GC
extern "C"
{
#include <gcconfig.h>
#include <gc.h>
};
#endif /* HAVE_BOEHM_GC */