summaryrefslogtreecommitdiff
path: root/ghc/lib/misc/cbits
diff options
context:
space:
mode:
authorsof <unknown>1998-09-29 15:50:21 +0000
committersof <unknown>1998-09-29 15:50:21 +0000
commit9065404aff7fea3b996e014da4c2f6a1604a0fb0 (patch)
tree153d45a9a4290506983ee848881b938eaa373f59 /ghc/lib/misc/cbits
parentf589a1b330c340b7bb69958f5ee7604be7e84421 (diff)
downloadhaskell-9065404aff7fea3b996e014da4c2f6a1604a0fb0.tar.gz
[project @ 1998-09-29 15:50:13 by sof]
merged from HEAD
Diffstat (limited to 'ghc/lib/misc/cbits')
-rw-r--r--ghc/lib/misc/cbits/socketOpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/lib/misc/cbits/socketOpt.c b/ghc/lib/misc/cbits/socketOpt.c
index e8d5d843c1..ddda6c18b9 100644
--- a/ghc/lib/misc/cbits/socketOpt.c
+++ b/ghc/lib/misc/cbits/socketOpt.c
@@ -8,8 +8,9 @@
#endif
#define NON_POSIX_SOURCE
-#include "rtsdefs.h"
+#include "Rts.h"
#include "ghcSockets.h"
+#include "stgio.h"
StgInt
getSocketOption__ (fd, opt)