summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-git/fix-dirent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu-git/fix-dirent.patch')
-rw-r--r--meta/packages/qemu/qemu-git/fix-dirent.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-git/fix-dirent.patch b/meta/packages/qemu/qemu-git/fix-dirent.patch
new file mode 100644
index 0000000000..575dbfa0c9
--- /dev/null
+++ b/meta/packages/qemu/qemu-git/fix-dirent.patch
@@ -0,0 +1,12 @@
1Index: trunk/linux-user/syscall.c
2===================================================================
3--- trunk.orig/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
4+++ trunk/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
5@@ -26,6 +26,7 @@
6 #include <errno.h>
7 #include <unistd.h>
8 #include <fcntl.h>
9+#include <dirent.h>
10 #include <time.h>
11 #include <limits.h>
12 #include <sys/types.h>