Fix warnings in PrelIOUtils.c
[ghc-base.git] / 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)
 {