diff options
author | James Crayne <jim.crayne@gmail.com> | 2013-07-04 17:43:39 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2013-07-04 17:43:39 -0400 |
commit | db62ca46312b15c696f9a175fc0daf70c2c1a053 (patch) | |
tree | c74c7aa8f99890ab49e846d97e2d9b40338ef379 /Presence/GetHostByAddr.hs | |
parent | 6050a8d12a203f35fea3228e11c5ecce89558935 (diff) |
ffi pragma added
Diffstat (limited to 'Presence/GetHostByAddr.hs')
-rw-r--r-- | Presence/GetHostByAddr.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/GetHostByAddr.hs b/Presence/GetHostByAddr.hs index d5a813bc..db1ee09c 100644 --- a/Presence/GetHostByAddr.hs +++ b/Presence/GetHostByAddr.hs | |||
@@ -1,3 +1,4 @@ | |||
1 | {-# LANGUAGE ForeignFunctionInterface #-} | ||
1 | module GetHostByAddr where | 2 | module GetHostByAddr where |
2 | 3 | ||
3 | import Network.BSD | 4 | import Network.BSD |