summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2013-07-04 17:43:39 -0400
committerJames Crayne <jim.crayne@gmail.com>2013-07-04 17:43:39 -0400
commitdb62ca46312b15c696f9a175fc0daf70c2c1a053 (patch)
treec74c7aa8f99890ab49e846d97e2d9b40338ef379 /Presence
parent6050a8d12a203f35fea3228e11c5ecce89558935 (diff)
ffi pragma added
Diffstat (limited to 'Presence')
-rw-r--r--Presence/GetHostByAddr.hs1
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 #-}
1module GetHostByAddr where 2module GetHostByAddr where
2 3
3import Network.BSD 4import Network.BSD