Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cd9544997c267f0a5cdb053a017396e297cfa1b1 >--------------------------------------------------------------- commit cd9544997c267f0a5cdb053a017396e297cfa1b1 Author: Ian Lynagh <[email protected]> Date: Wed May 9 16:45:40 2012 +0100 Fix build on Win64 >--------------------------------------------------------------- includes/rts/Threads.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h index dd533be..5db5cb7 100644 --- a/includes/rts/Threads.h +++ b/includes/rts/Threads.h @@ -15,6 +15,10 @@ #ifndef RTS_THREADS_H #define RTS_THREADS_H +#ifdef HAVE_SYS_TYPES_H +#include <sys/types.h> +#endif + // // Creating threads // _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
