Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[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