diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 70de84e849a4..448ebceca9da 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,6 +1,11 @@ +2004-08-23 Bryce McKinlay + + * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include. + Reported by Danny Smith. + 2004-08-21 Danny Smith - misc.c (GC_init): Replace lhs cast with rhs cast. + * misc.c (GC_init): Replace lhs cast with rhs cast. 2004-08-16 Bryce McKinlay diff --git a/boehm-gc/win32_threads.c b/boehm-gc/win32_threads.c index d2e97dee7d0b..5604290de945 100644 --- a/boehm-gc/win32_threads.c +++ b/boehm-gc/win32_threads.c @@ -1,6 +1,7 @@ +#include "private/gc_priv.h" + #if defined(GC_WIN32_THREADS) -#include "private/gc_priv.h" #include #ifdef CYGWIN32