Compilation fixes for MinGW

This commit is contained in:
Atsushi SAKAI
2008-06-26 09:37:51 +00:00
parent 9c593643ff
commit fbb5d771a0
11 changed files with 53 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#include <config.h>
#ifdef WITH_QEMU
#include <sys/utsname.h>
#include <stdlib.h>
@@ -70,3 +70,4 @@ cleanup:
virCapabilitiesFree(caps);
return NULL;
}
#endif