diff options
author | simonm <unknown> | 1998-10-06 14:54:49 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-10-06 14:54:49 +0000 |
commit | 9372c898e33c4e245c97459152baf6d77402388b (patch) | |
tree | 105668e088f7fde044493d8183e3b83924762402 /ghc/lib/misc/cbits/socketOpt.c | |
parent | e363c98b95457881c26c9e51da0df423697ac290 (diff) | |
download | haskell-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).
Diffstat (limited to 'ghc/lib/misc/cbits/socketOpt.c')
-rw-r--r-- | ghc/lib/misc/cbits/socketOpt.c | 3 |
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) |