X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FPositionIndependentCode.hs;h=0473d91da206cff32b84f8c901ebb7943402c192;hb=579bc757533c8c9e5beabe5b21daddd922c1af75;hp=3f32c38e5281a691cffcf1c4ededad7dc89b32ad;hpb=e8a512cc8142e7589d6a29ccb4bade021d94d44e;p=ghc-hetmet.git diff --git a/compiler/nativeGen/PositionIndependentCode.hs b/compiler/nativeGen/PositionIndependentCode.hs index 3f32c38..0473d91 100644 --- a/compiler/nativeGen/PositionIndependentCode.hs +++ b/compiler/nativeGen/PositionIndependentCode.hs @@ -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.