fix Unix build
authorSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 14:15:29 +0000 (14:15 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 14:15:29 +0000 (14:15 +0000)
rts/RtsMessages.c

index 53a910e..362b369 100644 (file)
@@ -10,6 +10,8 @@
 #include "Rts.h"
 
 #include <stdio.h>
+#include <string.h>
+#include <errno.h>
 
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>