build: Fix missing struct in_addr warning.

(cherry picked from commit 782b2e37c6)
This commit is contained in:
Andreas Schneider
2012-07-17 18:16:07 +02:00
parent 4d8420f328
commit ae83f77511
13 changed files with 13 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
#include <unistd.h>
#ifndef _WIN32
#include <netinet/in.h>
#include <arpa/inet.h>
#endif