From c470680e1ba008c05c13231dbbafd69cb9330488 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Tue, 1 Mar 2011 16:06:19 +0100 Subject: Use pulsecore/arpa-inet.h to make arpa/inet.h functionality available Automatically use replacement function on platforms (win32) where not all arpa/inet.h is available natively. --- src/pulsecore/ipacl.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/pulsecore/ipacl.c') diff --git a/src/pulsecore/ipacl.c b/src/pulsecore/ipacl.c index 0cbe34af..3930ba61 100644 --- a/src/pulsecore/ipacl.c +++ b/src/pulsecore/ipacl.c @@ -37,9 +37,6 @@ #ifdef HAVE_NETINET_IP_H #include #endif -#ifdef HAVE_ARPA_INET_H -#include -#endif #include @@ -48,10 +45,7 @@ #include #include #include - -#ifndef HAVE_INET_PTON -#include -#endif +#include #include "ipacl.h" -- cgit