diff --git a/server.c b/server.c index 1e3b8f4..2a1ec64 100644 --- a/server.c +++ b/server.c @@ -20,6 +20,7 @@ #include /* for free, malloc, realloc */ #include /* for strcmp, strlen */ #include /* for bzero */ +#include /* for syslog, LOG_WARNING */ #include /* for setsockopt, bind, socket, SOL_SOCKET, AF_INET */ #include /* for timeval */ #include /* for close */