1 2 3 4 5 6 7 8 9
Index: qemu/block.c @@ -31,6 +31,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> +#include <sys/queue.h> #include <sys/disk.h> #endif