diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-22 16:11:48 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-22 16:11:48 -0700 |
commit | dee6e7e3c17643f924796bd87d300f36e39aed0a (patch) | |
tree | 032383bce829d10d85214cfbb414af0356a409b9 | |
parent | 7711eba297955d4cf3852f36fe7c6d118da38171 (diff) | |
download | infinitytier-dee6e7e3c17643f924796bd87d300f36e39aed0a.tar.gz infinitytier-dee6e7e3c17643f924796bd87d300f36e39aed0a.zip |
.
-rw-r--r-- | service/ClusterGeoIpService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/ClusterGeoIpService.cpp b/service/ClusterGeoIpService.cpp index 0c815272..90b0e3e6 100644 --- a/service/ClusterGeoIpService.cpp +++ b/service/ClusterGeoIpService.cpp @@ -34,6 +34,7 @@ #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/wait.h> #include <signal.h> #include <errno.h> |