Skip to content
Snippets Groups Projects
Commit 870376f9 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

base: Add missing imports in Windows locking implementation

parent 0d141d28
No related merge requests found
...@@ -29,8 +29,11 @@ import Foreign.C.Error ...@@ -29,8 +29,11 @@ import Foreign.C.Error
import Foreign.C.Types import Foreign.C.Types
import Foreign.Marshal.Alloc import Foreign.Marshal.Alloc
import Foreign.Marshal.Utils import Foreign.Marshal.Utils
import GHC.Base
import GHC.IO.FD import GHC.IO.FD
import GHC.IO.Handle.FD import GHC.IO.Handle.FD
import GHC.IO.Handle.Types (Handle)
import GHC.IO.Handle.Lock.Common (LockMode(..))
import GHC.Ptr import GHC.Ptr
import GHC.Windows import GHC.Windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment