diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-23 15:07:00 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-23 15:07:00 +0000 |
commit | 663c180f892d9ac3cfdeccbb01c958cc76b81e20 (patch) | |
tree | e4e1294c4a90eab1b73fe6c3e039b902b07b9b85 /boehm-gc/win32_threads.c | |
parent | 2651c2b5b99e26e83223869fb7886e810af6430f (diff) | |
download | gcc-663c180f892d9ac3cfdeccbb01c958cc76b81e20.tar.gz |
2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
* win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h
include. Reported by Danny Smith.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/win32_threads.c')
-rw-r--r-- | boehm-gc/win32_threads.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/win32_threads.c b/boehm-gc/win32_threads.c index d2e97dee7d0..5604290de94 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 <windows.h> #ifdef CYGWIN32 |