From 329befa2612ab31a5992684acee2a6e5e3861673 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 20:50:39 +0100 Subject: dirent.h: use __ssize_t instead of ssize_t getdents[64].c: forgot to include dirent.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/getdents.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/getdents.c') diff --git a/libc/sysdeps/linux/common/getdents.c b/libc/sysdeps/linux/common/getdents.c index a122d209e..f321aeae6 100644 --- a/libc/sysdeps/linux/common/getdents.c +++ b/libc/sysdeps/linux/common/getdents.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3