Include an extra header needed for OpenBSD.

This commit is contained in:
Jasper Lievisse Adriaanse 2012-09-04 16:57:09 +02:00 committed by Eric Blake
parent 72f1f2206e
commit afa67b7743
2 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,7 @@ Patches have also been contributed by:
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Gene Czarcinski <gene@czarc.net>
Nishank Trivedi <nistrive@cisco.com>
Jasper Lievisse Adriaanse <jasper@humppa.nl>
[....send patches to get your name here....]

View File

@ -30,6 +30,8 @@
#include "intprops.h"
#include <sys/ioctl.h>
#include <sys/socket.h>
#ifdef HAVE_NET_IF_H
# include <net/if.h>
#endif