diff options
Diffstat (limited to 'src/ServerConnection.cpp')
-rw-r--r-- | src/ServerConnection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ServerConnection.cpp b/src/ServerConnection.cpp index dd4fe86..f9eb666 100644 --- a/src/ServerConnection.cpp +++ b/src/ServerConnection.cpp @@ -5,6 +5,7 @@ #include <signal.h> #include <unistd.h> #include <arpa/inet.h> +#include <strings.h> #include <sys/time.h> #include <sys/ioctl.h> #include <netdb.h> |