summaryrefslogtreecommitdiff
path: root/rts/RtsMessages.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-30 14:15:29 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-30 14:15:29 +0000
commitc9c5430453f73208fa5d516a39cbbdd784444441 (patch)
treecbf9fe42c3b377b01ed4df1944902f5197516a0d /rts/RtsMessages.c
parentab1e183aa7801f9260a9cbb6edbd553cf8249b25 (diff)
downloadhaskell-c9c5430453f73208fa5d516a39cbbdd784444441.tar.gz
fix Unix build
Diffstat (limited to 'rts/RtsMessages.c')
-rw-r--r--rts/RtsMessages.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RtsMessages.c b/rts/RtsMessages.c
index 53a910e756..362b369f4f 100644
--- a/rts/RtsMessages.c
+++ b/rts/RtsMessages.c
@@ -10,6 +10,8 @@
#include "Rts.h"
#include <stdio.h>
+#include <string.h>
+#include <errno.h>
#ifdef HAVE_WINDOWS_H
#include <windows.h>