diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-25 19:51:10 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-25 19:51:10 +0000 |
commit | 95927614a8860698c0e6be26b97e31114793d526 (patch) | |
tree | ad4f0588200e9d77289579a18c929a32edb5725b /libc/sysdeps/linux/common/getdents64.c | |
parent | c3a5b68a5f054d4d55a2f7e78cef26021cddbe40 (diff) |
Use local copy of sysdep.h
Diffstat (limited to 'libc/sysdeps/linux/common/getdents64.c')
-rw-r--r-- | libc/sysdeps/linux/common/getdents64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/getdents64.c b/libc/sysdeps/linux/common/getdents64.c index a37f5e514..1b4b0c368 100644 --- a/libc/sysdeps/linux/common/getdents64.c +++ b/libc/sysdeps/linux/common/getdents64.c @@ -25,7 +25,7 @@ #include <stdint.h> #include <string.h> #include <unistd.h> -#include <sysdep.h> +#include "sysdep.h" #include <sys/param.h> #include <sys/types.h> #include <sys/syscall.h> |