From cfbb5630c580a931494cbe131fec419646f99353 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 23 May 2012 13:15:22 +0100 Subject: Fix compile error caused by unistd.h not existing on Windows. --- include/inspircd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 8a1c3455d..cabb24aa0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -55,7 +55,9 @@ #include #include #include +#ifndef WIN32 #include +#endif #include #include -- cgit v1.2.3