Fix FTBFS on illumos

This commit is contained in:
Andy Stormont
2016-02-01 12:07:57 +00:00
committed by Simon Kelley
parent 4ace25c5d6
commit 8de875f0fb

View File

@@ -20,7 +20,9 @@
#include <ifaddrs.h> #include <ifaddrs.h>
#include <sys/param.h> #include <sys/param.h>
#if defined(HAVE_BSD_NETWORK) && !defined(__APPLE__)
#include <sys/sysctl.h> #include <sys/sysctl.h>
#endif
#include <net/if.h> #include <net/if.h>
#include <net/route.h> #include <net/route.h>
#include <net/if_dl.h> #include <net/if_dl.h>