Merge in Data.ByteString head. Fixes ByteString+cbits in hugs
[ghc-base.git] / cbits / lockFile.c
index e892ed4..bf0a0f0 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "HsBase.h"
 #include "Rts.h"
-#include "../../ghc/rts/RtsUtils.h" // for barf()
+#include "RtsUtils.h"
 
 typedef struct {
     dev_t device;