agent: Remove unused #include
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 6 Mar 2014 16:00:07 +0000 (16:00 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 6 Mar 2014 21:14:25 +0000 (16:14 -0500)
net/if_arp.h doesn’t exist on OS X, and hence causes cross-compilation
to fail. It doesn’t appear to be needed for any of the functions
currently used in interfaces.c anyway.

agent/interfaces.c

index d3bc85a..26f44e1 100644 (file)
@@ -51,7 +51,6 @@
 #endif
 
 #include <net/if.h>
-#include <net/if_arp.h>
 #include <arpa/inet.h>
 
 #ifdef HAVE_GETIFADDRS