From 9372c898e33c4e245c97459152baf6d77402388b Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 6 Oct 1998 14:54:49 +0000 Subject: [PATCH] [project @ 1998-10-06 14:54:49 by simonm] back out last commit on trunk (should have gone to new-rts branch). --- ghc/lib/misc/cbits/socketOpt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 1.7.10.4