Commit 132255b5 authored by Simon Kelley's avatar Simon Kelley

OpenBSD build fix.

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