]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Include an extra header needed for OpenBSD.
authorJasper Lievisse Adriaanse <jasper@humppa.nl>
Tue, 4 Sep 2012 14:57:09 +0000 (16:57 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 4 Sep 2012 16:45:18 +0000 (10:45 -0600)
AUTHORS
src/util/virnetdevbridge.c

diff --git a/AUTHORS b/AUTHORS
index 58a7303bf280d509cd53a323e55aa4e31c06132c..12eba2b5d64da50093fdba05ff55a3a8ebed0830 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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....]
 
index 7b11beecf314598d2626e0498bb62353cdf84920..a29e4b2d034d9b39e25d23c11d1648763ef734f1 100644 (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