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/modules/raop/raop_client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/raop') diff --git a/src/modules/raop/raop_client.c b/src/modules/raop/raop_client.c index e3152dd3..7dd96839 100644 --- a/src/modules/raop/raop_client.c +++ b/src/modules/raop/raop_client.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include -- cgit