From: simonmar Date: Thu, 26 Feb 2004 16:39:40 +0000 (+0000) Subject: [project @ 2004-02-26 16:39:40 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~47 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=062e2e421762bd7830d47a6c93869513b33abc16;p=ghc-hetmet.git [project @ 2004-02-26 16:39:40 by simonmar] #include "RtsUtils.h" for barf prototype --- diff --git a/ghc/rts/OSThreads.h b/ghc/rts/OSThreads.h index c2b21b3..a65e002 100644 --- a/ghc/rts/OSThreads.h +++ b/ghc/rts/OSThreads.h @@ -31,6 +31,8 @@ typedef pthread_t OSThreadId; # elif defined(HAVE_WINDOWS_H) #include +#include "RtsUtils.h" + typedef HANDLE Condition; typedef HANDLE Mutex; typedef DWORD OSThreadId;