summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-ba
blob: 1d43df4b4bba603d7cbb3e854a113ffca9aa731d (plain) (blame)
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