From b161b155c8edf4ed88df68c4fe4a41597f0d2b4d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 Mar 2015 15:38:54 +0100 Subject: Add and use latest from FreeBSD * libc/include/sys/_timespec.h: Import from FreeBSD. * libc/include/sys/timespec.h: Likewise. * libc/include/time.h: Include . * libc/include/sys/types.h (timespec): Delete. (itimerspec): Likewise. * libc/include/machine/time.h: Include . * libc/include/sys/sched.h: Likewise. * libc/include/sys/signal.h: Likewise. * libc/include/sys/stat.h: Likewise. Signed-off-by: Corinna Vinschen --- newlib/libc/include/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys/stat.h') diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h index 11b9d8080..47caf1cd0 100644 --- a/newlib/libc/include/sys/stat.h +++ b/newlib/libc/include/sys/stat.h @@ -9,6 +9,7 @@ extern "C" { #include #include #include +#include /* dj's stat defines _STAT_H_ */ #ifndef _STAT_H_ -- cgit v1.2.3