[libvirt] [PATCH] build: fix missing include

Eric Blake eblake at redhat.com
Fri Sep 14 22:56:51 UTC 2012


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 at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 617 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120914/0d584af3/attachment-0001.sig>


More information about the libvir-list mailing list