diff options
author | Ian Lynagh <igloo@earth.li> | 2012-04-26 20:24:06 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-04-26 20:24:06 +0100 |
commit | b1eee04d53a59b8cb834b56b58c8830a5b298db4 (patch) | |
tree | 950be826ecb127c360c2858a3463bfb25c62776b /includes | |
parent | b643fe08b3c083fd23889ed9413a01928779a9e8 (diff) | |
download | haskell-b1eee04d53a59b8cb834b56b58c8830a5b298db4.tar.gz |
Build fixes
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/rts/Types.h b/includes/rts/Types.h index 1f08f46469..ff42cdab1f 100644 --- a/includes/rts/Types.h +++ b/includes/rts/Types.h @@ -14,6 +14,8 @@ #ifndef RTS_TYPES_H #define RTS_TYPES_H +#include <stddef.h> + typedef unsigned int nat; /* at least 32 bits (like int) */ typedef size_t lnat; /* at least 32 bits */ |