diff --git a/AUTHORS b/AUTHORS index 58a7303bf2..12eba2b5d6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -262,6 +262,7 @@ Patches have also been contributed by: Stefan Hajnoczi Gene Czarcinski Nishank Trivedi + Jasper Lievisse Adriaanse [....send patches to get your name here....] diff --git a/src/util/virnetdevbridge.c b/src/util/virnetdevbridge.c index 7b11beecf3..a29e4b2d03 100644 --- a/src/util/virnetdevbridge.c +++ b/src/util/virnetdevbridge.c @@ -30,6 +30,8 @@ #include "intprops.h" #include +#include + #ifdef HAVE_NET_IF_H # include #endif