1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 15:56:38 +02:00

Fixed missing #include in init.cpp

This commit is contained in:
Adam
2012-02-25 22:45:51 -05:00
parent 2bc3bd3fcf
commit e73013830d
+1
View File
@@ -24,6 +24,7 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <unistd.h>
#include <grp.h>
ServerConfig::Uplink *uplink_server;