[commit: ghc] master: Win64 warning fix (ddc7f75)
Ian Lynagh
igloo at earth.li
Fri Apr 27 16:22:49 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ddc7f758ecc077c9fc08a58ab2e804f963fce6c3
>---------------------------------------------------------------
commit ddc7f758ecc077c9fc08a58ab2e804f963fce6c3
Author: Ian Lynagh <igloo at earth.li>
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"
More information about the Cvs-ghc
mailing list