Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ddc7f758ecc077c9fc08a58ab2e804f963fce6c3 >--------------------------------------------------------------- commit ddc7f758ecc077c9fc08a58ab2e804f963fce6c3 Author: Ian Lynagh <[email protected]> Date: Tue Apr 24 23:10:24 2012 +0100 Win64 warning fix >--------------------------------------------------------------- includes/mkDerivedConstants.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c index 6f2e6de..8e07a94 100644 --- a/includes/mkDerivedConstants.c +++ b/includes/mkDerivedConstants.c @@ -21,6 +21,7 @@ #define PROFILING #define THREADED_RTS +#include "PosixSource.h" #include "Rts.h" #include "Stable.h" #include "Capability.h" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
