From 92b1fb9ac218e8dbd03410a4887d99de6f40101f Mon Sep 17 00:00:00 2001 From: reg_ Date: Wed, 13 Jun 2012 17:43:51 +0000 Subject: [PATCH] unistd.h not in win32 --- src/manager/kiwix-manage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manager/kiwix-manage.cpp b/src/manager/kiwix-manage.cpp index f8fb3f8..7a25401 100644 --- a/src/manager/kiwix-manage.cpp +++ b/src/manager/kiwix-manage.cpp @@ -17,7 +17,9 @@ * MA 02110-1301, USA. */ +#ifndef _WIN32 #include +#endif #include #include #include