From 1ff4b6bb11233ec1fb0a65a1327c23622794b1ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jul 2005 00:28:32 +0000 Subject: need unistd/string header files --- test/stat/stat.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/stat/stat.c b/test/stat/stat.c index c1ce4b8b3..c9e063f27 100644 --- a/test/stat/stat.c +++ b/test/stat/stat.c @@ -1,6 +1,9 @@ #include +#include #include #include +#include +#include void print_struct_stat(char *msg, struct stat *s) { -- cgit v1.2.3