add missing extensions for Windows
[ghc-base.git] / GHC / IO / Handle / FD.hs
index fd188a8..4c380d6 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, NoImplicitPrelude, PatternGuards #-}
+{-# LANGUAGE CPP, NoImplicitPrelude, PatternGuards, ForeignFunctionInterface #-}
 
 -----------------------------------------------------------------------------
 -- |