summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1998-10-06 14:54:49 +0000
committersimonm <unknown>1998-10-06 14:54:49 +0000
commit9372c898e33c4e245c97459152baf6d77402388b (patch)
tree105668e088f7fde044493d8183e3b83924762402
parente363c98b95457881c26c9e51da0df423697ac290 (diff)
downloadhaskell-9372c898e33c4e245c97459152baf6d77402388b.tar.gz
[project @ 1998-10-06 14:54:49 by simonm]
back out last commit on trunk (should have gone to new-rts branch).
-rw-r--r--ghc/lib/misc/cbits/socketOpt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/lib/misc/cbits/socketOpt.c b/ghc/lib/misc/cbits/socketOpt.c
index ddda6c18b9..e8d5d843c1 100644
--- a/ghc/lib/misc/cbits/socketOpt.c
+++ b/ghc/lib/misc/cbits/socketOpt.c
@@ -8,9 +8,8 @@
#endif
#define NON_POSIX_SOURCE
-#include "Rts.h"
+#include "rtsdefs.h"
#include "ghcSockets.h"
-#include "stgio.h"
StgInt
getSocketOption__ (fd, opt)