]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: fix build
authorStefan Berger <stefanb@us.ibm.com>
Tue, 15 Nov 2011 19:56:05 +0000 (14:56 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Tue, 15 Nov 2011 19:58:38 +0000 (14:58 -0500)
include stdint.h to fix the build

src/util/virnetdevvportprofile.h

index 36e8fd771c8b424cd7b76131dd805b8f7e1aae5b..1f606ed5f7d2863ce84e69045c33f7a860ad5b68 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __VIR_NETDEV_VPORT_PROFILE_H__
 # define __VIR_NETDEV_VPORT_PROFILE_H__
 
+# include <stdint.h>
+
 # include "internal.h"
 # include "uuid.h"
 # include "util.h"