[libvirt] [v0.9.12-maint 03/11] Include stdint.h for uint32_t

Eric Blake eblake at redhat.com
Wed Sep 11 20:14:01 UTC 2013


On 09/11/2013 07:59 AM, Guido Günther wrote:
> to fix the build on kFreeBSD.
> 
> References: https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-amd64&ver=0.9.12-2&stamp=1339698841
> ---
>  src/util/virnetlink.h | 2 ++
>  1 file changed, 2 insertions(+)

It looks like e8314e78f9c5d5ad84cfda5c61000e50d91c4a1e tackled the same
issue, but with slightly different line ordering.  Would you mind
updating this patch to actually pick from upstream?

> 
> diff --git a/src/util/virnetlink.h b/src/util/virnetlink.h
> index bafe8ca..acd88b7 100644
> --- a/src/util/virnetlink.h
> +++ b/src/util/virnetlink.h
> @@ -21,8 +21,10 @@
>  # define __VIR_NETLINK_H__
>  
>  # include "config.h"
> +# include <stdint.h>
>  # include "internal.h"
>  
> +
>  # if defined(__linux__) && defined(HAVE_LIBNL)
>  
>  #  include <netlink/msg.h>
> 

-- 
Eric Blake   eblake 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: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130911/1340f95a/attachment-0001.sig>


More information about the libvir-list mailing list