Commit 9d52fa06 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

agent: Remove unused #include

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.
parent 92d62e4b
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
#endif #endif
#include <net/if.h> #include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#ifdef HAVE_GETIFADDRS #ifdef HAVE_GETIFADDRS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment