to fix the build on kFreeBSD.
References:
https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-...
---
src/util/virnetlink.h | 2 ++
1 file changed, 2 insertions(+)
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>
--
1.8.4.rc3