]> xenbits.xensource.com Git - libvirt.git/commitdiff
esx_vi_types.c: include required headers
authorJim Meyering <meyering@redhat.com>
Fri, 15 Jan 2010 09:37:03 +0000 (10:37 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 08:50:08 +0000 (09:50 +0100)
* src/esx/esx_vi_types.c: Include <stdint.h>.

src/esx/esx_vi_types.c

index 8c5b17bfd7a7d1ecfae9b68dc7aab0e2fc0395a4..c042e894d441974a9eff0d3aa5705b32ecad3950 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <config.h>
 
+#include <stdint.h>
 #include <libxml/parser.h>
 #include <libxml/xpathInternals.h>