From: Dwight Engen Date: Fri, 14 Sep 2012 22:55:41 +0000 (+0000) Subject: build: fix missing include X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=14dd70cca2cbf92e01e7a1814419b6297853019a;p=libvirt.git build: fix missing include virNWFilterSnoopAdjustPoll() uses a struct pollfd but poll.h is never included nwfilter/nwfilter_dhcpsnoop.c:1297: error: 'struct pollfd' declared inside parameter list --- diff --git a/AUTHORS b/AUTHORS index 156cc854e2..0a43c0ed9b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -264,6 +264,7 @@ Patches have also been contributed by: Nishank Trivedi Jasper Lievisse Adriaanse Paul Eggert + Dwight Engen [....send patches to get your name here....] diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c index eb03f9dd18..04dd37a88e 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.c +++ b/src/nwfilter/nwfilter_dhcpsnoop.c @@ -47,6 +47,7 @@ #endif #include +#include #include #include