OpenBSD build fix.

This commit is contained in:
Simon Kelley
2012-08-06 20:12:04 +01:00
parent c4c0488ac6
commit 132255b5da

View File

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