fix(server.c): add <syslog.h> header
This commit is contained in:
parent
4867ff3468
commit
955c840ba4
1 changed files with 1 additions and 0 deletions
1
server.c
1
server.c
|
@ -20,6 +20,7 @@
|
|||
#include <stdlib.h> /* for free, malloc, realloc */
|
||||
#include <string.h> /* for strcmp, strlen */
|
||||
#include <strings.h> /* for bzero */
|
||||
#include <syslog.h> /* for syslog, LOG_WARNING */
|
||||
#include <sys/socket.h> /* for setsockopt, bind, socket, SOL_SOCKET, AF_INET */
|
||||
#include <sys/time.h> /* for timeval */
|
||||
#include <unistd.h> /* for close */
|
||||
|
|
Reference in a new issue