blob: 575dbfa0c97c56238d3d3348a8de3df67150c2fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: trunk/linux-user/syscall.c
===================================================================
--- trunk.orig/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
+++ trunk/linux-user/syscall.c 2009-01-05 12:51:52.000000000 +0000
@@ -26,6 +26,7 @@
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
+#include <dirent.h>
#include <time.h>
#include <limits.h>
#include <sys/types.h>
|