esx_vi_types.c: include required headers

* src/esx/esx_vi_types.c: Include <stdint.h>.
This commit is contained in:
Jim Meyering 2010-01-15 10:37:03 +01:00
parent 73f702ff4a
commit 61defb6bcc

View File

@ -22,6 +22,7 @@
#include <config.h>
#include <stdint.h>
#include <libxml/parser.h>
#include <libxml/xpathInternals.h>