From: simonm Date: Tue, 6 Oct 1998 14:54:49 +0000 (+0000) Subject: [project @ 1998-10-06 14:54:49 by simonm] X-Git-Tag: Approx_2487_patches~245 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9372c898e33c4e245c97459152baf6d77402388b;p=ghc-hetmet.git [project @ 1998-10-06 14:54:49 by simonm] back out last commit on trunk (should have gone to new-rts branch). --- diff --git a/ghc/lib/misc/cbits/socketOpt.c b/ghc/lib/misc/cbits/socketOpt.c index ddda6c1..e8d5d84 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)