Fix warnings in PrelIOUtils.c
authorIan Lynagh <igloo@earth.li>
Mon, 25 Aug 2008 14:18:41 +0000 (14:18 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 25 Aug 2008 14:18:41 +0000 (14:18 +0000)
cbits/PrelIOUtils.c

index 412c8b8..cf74a8e 100644 (file)
@@ -6,6 +6,8 @@
 
 #define INLINE
 #include "HsBase.h"
+#include "Stg.h"
+#include "RtsMessages.h"
 
 void errorBelch2(const char*s, char *t)
 {