From 062e2e421762bd7830d47a6c93869513b33abc16 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 26 Feb 2004 16:39:40 +0000 Subject: [PATCH] [project @ 2004-02-26 16:39:40 by simonmar] #include "RtsUtils.h" for barf prototype --- ghc/rts/OSThreads.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.7.10.4