mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
13 lines
405 B
Diff
13 lines
405 B
Diff
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>
|