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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -35,6 +35,7 @@
#include <sys/stat.h>
#ifndef _WIN32
#include <netinet/in.h>
#include <arpa/inet.h>
#else
#define S_IFSOCK 0140000

View File

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

View File

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