summaryrefslogtreecommitdiff
path: root/src/ServerConnection.cpp
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-09-14 21:12:59 -0600
committercflip <cflip@cflip.net>2022-09-14 21:12:59 -0600
commit68826be36df93533776c694a9adba8633270e61b (patch)
treeba261233080cbfb8e04eda268ba3bbf30c794cff /src/ServerConnection.cpp
parent280c39bc4d1aa948136e7c3631326e71b2dd1871 (diff)
Fix a few compiler-dependent errors
Diffstat (limited to 'src/ServerConnection.cpp')
-rw-r--r--src/ServerConnection.cpp1
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>