summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-02-25 22:45:51 -0500
committerAdam <Adam@anope.org>2012-02-25 22:45:51 -0500
commite73013830d344b83e588516fa622822e5a11c895 (patch)
treeffde4cdd37a4a25df3f1ebffe462af0a182347c0
parent2bc3bd3fcf0e008286680b0189f1e9bde6b074eb (diff)
Fixed missing #include in init.cpp
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 5de013898..959dbbb16 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -24,6 +24,7 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <grp.h>
ServerConfig::Uplink *uplink_server;