diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 4f39062df30f..80404ee850bf 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,5 +1,7 @@ 1999-11-02 Tom Tromey + * quick_threads.c: Include gcconfig.h, not boehm-config.h. + * configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. diff --git a/boehm-gc/quick_threads.c b/boehm-gc/quick_threads.c index adc26da6d594..be2e56466a13 100644 --- a/boehm-gc/quick_threads.c +++ b/boehm-gc/quick_threads.c @@ -3,7 +3,7 @@ * Copyright (c) 1998, 1999 Cygnus Solutions. */ -#include "boehm-config.h" +#include "gcconfig.h" #ifdef QUICK_THREADS