new version of ZipDataflow
[ghc-hetmet.git] / compiler / cmm / PprC.hs
index 7c4ca1c..fca199c 100644 (file)
@@ -30,8 +30,11 @@ module PprC (
         pprStringInCStyle 
   ) where
 
+#include "HsVersions.h"
+
 -- Cmm stuff
 import Cmm
+import PprCmm  ()      -- Instances only
 import CLabel
 import MachOp
 import ForeignCall