diff options
Diffstat (limited to 'ghc/compiler/parser/pbinding.ugn')
-rw-r--r-- | ghc/compiler/parser/pbinding.ugn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/compiler/parser/pbinding.ugn b/ghc/compiler/parser/pbinding.ugn index 2700417e5a..f695eac811 100644 --- a/ghc/compiler/parser/pbinding.ugn +++ b/ghc/compiler/parser/pbinding.ugn @@ -2,8 +2,10 @@ #include "hspincl.h" %} %{{ +#include "HsVersions.h" + module U_pbinding where -import Ubiq -- debugging consistency check +IMP_Ubiq() -- debugging consistency check import UgenUtil import U_constr ( U_constr ) -- interface only |