diff options
author | Ian Lynagh <igloo@earth.li> | 2012-04-24 23:10:24 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-04-24 23:10:24 +0100 |
commit | ddc7f758ecc077c9fc08a58ab2e804f963fce6c3 (patch) | |
tree | 87f461cc745337fd4d1aabaf5c77bf38561f2a99 /includes | |
parent | eb2d506b70618466ee6fa90b7120d208a3d95c6a (diff) | |
download | haskell-ddc7f758ecc077c9fc08a58ab2e804f963fce6c3.tar.gz |
Win64 warning fix
Diffstat (limited to 'includes')
-rw-r--r-- | includes/mkDerivedConstants.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c index 6f2e6de87e..8e07a94ece 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" |