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/parseaddr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pulsecore/parseaddr.c') diff --git a/src/pulsecore/parseaddr.c b/src/pulsecore/parseaddr.c index 99fdcbf4..4b6cf9db 100644 --- a/src/pulsecore/parseaddr.c +++ b/src/pulsecore/parseaddr.c @@ -26,16 +26,12 @@ #include #include -#ifdef HAVE_ARPA_INET_H -#include -#endif - #include #include #include #include -#include +#include #include "parseaddr.h" -- cgit