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

src/vbox/vbox_driver.c

index ad5f2399f27b5d088c1ace367a9eee348ce66343..ef3eb4bcb7d3427def5b8b3a7221876fdb7c9878 100644 (file)
 
 #include <config.h>
 
+#include <stdint.h>
+#include <unistd.h>
+#include <sys/types.h>
+
 #include "internal.h"
 
 #include "datatypes.h"