diff options
author | sven.panne@aedion.de <unknown> | 2006-08-10 14:47:29 +0000 |
---|---|---|
committer | sven.panne@aedion.de <unknown> | 2006-08-10 14:47:29 +0000 |
commit | 7477a94d4d169ab88a5d47c028017fd85bd309b8 (patch) | |
tree | 4100bc5fe29649084c7cd2609dc90b2c6841972f /rts/ThreadLabels.c | |
parent | 01e9deecea1f388a771a312e602a9c45898cf2af (diff) | |
download | haskell-7477a94d4d169ab88a5d47c028017fd85bd309b8.tar.gz |
Warning police: Make strlen and friends known
Diffstat (limited to 'rts/ThreadLabels.c')
-rw-r--r-- | rts/ThreadLabels.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ThreadLabels.c b/rts/ThreadLabels.c index 72cd5d3c4b..1c89d84508 100644 --- a/rts/ThreadLabels.c +++ b/rts/ThreadLabels.c @@ -14,6 +14,7 @@ #include "Hash.h" #include <stdlib.h> +#include <string.h> #if defined(DEBUG) /* to the end */ |