aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/User.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/User.hsc')
-rw-r--r--System/Posix/User.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/User.hsc b/System/Posix/User.hsc
index de08314..eba49c7 100644
--- a/System/Posix/User.hsc
+++ b/System/Posix/User.hsc
@@ -51,7 +51,7 @@ module System.Posix.User (
#include "HsUnix.h"
import System.Posix.Types
-import Foreign hiding (unsafePerformIO)
+import Foreign
import System.IO.Unsafe (unsafePerformIO)
import Foreign.C
import System.Posix.Internals ( CGroup, CPasswd )