
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