
On 10/14/2012 09:01 AM, Dwight Engen wrote: Your computer is a month in the future! Amazing. I hope you don't mind that I told git to use today's date
virNWFilterSnoopAdjustPoll() uses a struct pollfd but poll.h is never included nwfilter/nwfilter_dhcpsnoop.c:1297: error: 'struct pollfd' declared inside parameter list --- src/nwfilter/nwfilter_dhcpsnoop.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
ACK and pushed. I also added you to AUTHORS; let us know if you prefer an alternate spelling or email address.
diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c index eb03f9d..04dd37a 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.c +++ b/src/nwfilter/nwfilter_dhcpsnoop.c @@ -47,6 +47,7 @@ #endif
#include <fcntl.h> +#include <poll.h>
#include <arpa/inet.h> #include <netinet/ip.h>
-- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org