fix one #ifdef SMP that didn't get turned into #ifdef THREADED_RTS
[ghc-hetmet.git] / ghc / compiler / ghci / ObjLink.lhs
index 0feb26b..057938a 100644 (file)
@@ -26,6 +26,7 @@ import Foreign.C
 import Foreign         ( Ptr, nullPtr )
 import Panic           ( panic )
 import BasicTypes      ( SuccessFlag, successIf )
+import Config          ( cLeadingUnderscore )
 import Outputable
 
 -- ---------------------------------------------------------------------------