Include HsVersions.h where necessary
[ghc-hetmet.git] / compiler / main / DriverPhases.hs
index 2013f44..8d8fec4 100644 (file)
@@ -33,6 +33,8 @@ module DriverPhases (
    isSourceFilename         -- :: FilePath -> Bool
  ) where
 
+#include "HsVersions.h"
+
 import Panic           ( panic )
 import System.FilePath