mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
9 lines
166 B
Text
9 lines
166 B
Text
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
|
|
|