summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 12:06:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-24 12:06:41 -0400
commit309c433d691f277c24478cd4b654993b43d8a008 (patch)
treee65e6a12192caca212d9af7e598d0f9a12ca7c1b
parentdc15bf5779601daa9a7b7d92362de64dd4443393 (diff)
temporarily import from win32-extras
-rw-r--r--Utility/PID.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/PID.hs b/Utility/PID.hs
index f5f8aa873..ac63045a7 100644
--- a/Utility/PID.hs
+++ b/Utility/PID.hs
@@ -13,7 +13,8 @@ module Utility.PID where
import System.Posix.Types (ProcessID)
import System.Posix.Process (getProcessID)
#else
-import System.Win32.Process (ProcessId, getCurrentProcessId)
+import System.Win32.Process (ProcessId)
+import System.Win32.Process.Current (getCurrentProcessId)
#endif
#ifndef mingw32_HOST_OS