diff options
author | cflip <cflip@cflip.net> | 2022-09-14 21:12:59 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-14 21:12:59 -0600 |
commit | 68826be36df93533776c694a9adba8633270e61b (patch) | |
tree | ba261233080cbfb8e04eda268ba3bbf30c794cff /src/ServerConnection.cpp | |
parent | 280c39bc4d1aa948136e7c3631326e71b2dd1871 (diff) |
Fix a few compiler-dependent errors
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> |