From 14dd70cca2cbf92e01e7a1814419b6297853019a Mon Sep 17 00:00:00 2001 From: Dwight Engen Date: Fri, 14 Sep 2012 22:55:41 +0000 Subject: [PATCH] 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 --- AUTHORS | 1 + src/nwfilter/nwfilter_dhcpsnoop.c | 1 + 2 files changed, 2 insertions(+) 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