diff options
-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) |