diff options
author | sof <unknown> | 1998-09-29 15:50:21 +0000 |
---|---|---|
committer | sof <unknown> | 1998-09-29 15:50:21 +0000 |
commit | 9065404aff7fea3b996e014da4c2f6a1604a0fb0 (patch) | |
tree | 153d45a9a4290506983ee848881b938eaa373f59 /ghc/lib/misc/cbits/socketOpt.c | |
parent | f589a1b330c340b7bb69958f5ee7604be7e84421 (diff) | |
download | haskell-9065404aff7fea3b996e014da4c2f6a1604a0fb0.tar.gz |
[project @ 1998-09-29 15:50:13 by sof]
merged from HEAD
Diffstat (limited to 'ghc/lib/misc/cbits/socketOpt.c')
-rw-r--r-- | ghc/lib/misc/cbits/socketOpt.c | 3 |
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) |