Include HsVersions.h where necessary
[ghc-hetmet.git] / compiler / nativeGen / PositionIndependentCode.hs
index 3f32c38..0473d91 100644 (file)
@@ -14,6 +14,8 @@ module PositionIndependentCode (
         initializePicBase
      ) where
 
+#include "HsVersions.h"
+
 {-
   This module handles generation of position independent code and
   dynamic-linking related issues for the native code generator.