diff options
Diffstat (limited to 'src/channels.c')
-rw-r--r-- | src/channels.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.c b/src/channels.c index 8879b0f..cc1a43c 100644 --- a/src/channels.c +++ b/src/channels.c @@ -30,6 +30,7 @@ #include <time.h> #ifndef _WIN32 +#include <netinet/in.h> #include <arpa/inet.h> #endif |