From a33663c08681c2c0ecedda478e1ae9953237b1aa Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jul 2007 17:52:17 +0000 Subject: SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today. Also, define WIN32_LEAN_AND_MEAN as we should be able to get away with using it now we dont have the shell functions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7595 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/filelogger.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/filelogger.cpp') diff --git a/src/filelogger.cpp b/src/filelogger.cpp index 5fcd58f15..244b62717 100644 --- a/src/filelogger.cpp +++ b/src/filelogger.cpp @@ -11,8 +11,7 @@ * --------------------------------------------------- */ -#include -#include +#include "inspircd.h" #include #include #include "socketengine.h" -- cgit v1.2.3