missing include (fixes #212)

This commit is contained in:
john30
2018-10-21 14:42:00 +02:00
parent 18bd21f23f
commit 45b9bad57e
+1
View File
@@ -25,6 +25,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <string.h>
#include <errno.h>
#ifdef HAVE_PPOLL
# include <poll.h>
#endif