summaryrefslogtreecommitdiff
path: root/compiler/parser/Ctype.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/parser/Ctype.hs')
-rw-r--r--compiler/parser/Ctype.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/parser/Ctype.hs b/compiler/parser/Ctype.hs
index 6423218f91..9c3988e869 100644
--- a/compiler/parser/Ctype.hs
+++ b/compiler/parser/Ctype.hs
@@ -16,6 +16,8 @@ module Ctype
#include "HsVersions.h"
+import GhcPrelude
+
import Data.Int ( Int32 )
import Data.Bits ( Bits((.&.)) )
import Data.Char ( ord, chr )