summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 45262c1dd..b1001904c 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -20,11 +20,12 @@
#include "socketengine.h"
#include "servers.h"
+#ifndef _WIN32
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
-#include <unistd.h>
#include <grp.h>
+#endif
Anope::string conf_dir = "conf", db_dir = "data", modules_dir = "lib", locale_dir = "locale", log_dir = "logs";