Commit 6f2f2843 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing #include

parent ad2b3159
......@@ -43,6 +43,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#ifdef HAVE_POLL
# include <poll.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment