Include HsVersions.h where necessary
[ghc-hetmet.git] / compiler / cmm / PprC.hs
index 7c4ca1c..3673e7c 100644 (file)
@@ -30,6 +30,8 @@ module PprC (
         pprStringInCStyle 
   ) where
 
+#include "HsVersions.h"
+
 -- Cmm stuff
 import Cmm
 import CLabel