diff options
author | Alan Somers <asomers@FreeBSD.org> | 2019-06-20 14:35:28 +0000 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2022-07-11 11:52:46 +0200 |
commit | 5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1 (patch) | |
tree | 648d321079cca3a2a55b47a0d95a26dcdf8a680e | |
parent | 8fe49db783fd0841296afaf0226f712bc5967f4b (diff) | |
download | newlib-5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1.zip newlib-5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1.tar.gz newlib-5a6ad7c5bc90511e6affdcf39ab9af98a3db74d1.tar.bz2 |
#include <sys/types.h> from sys/filio.h
This fixes world build after r349231
Reported by: Jenkins
MFC after: 2 weeks
MFC-With: 349231
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | newlib/libc/sys/rtems/include/sys/filio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/rtems/include/sys/filio.h b/newlib/libc/sys/rtems/include/sys/filio.h index 1a3fc42..e85db9c 100644 --- a/newlib/libc/sys/rtems/include/sys/filio.h +++ b/newlib/libc/sys/rtems/include/sys/filio.h @@ -40,6 +40,7 @@ #ifndef _SYS_FILIO_H_ #define _SYS_FILIO_H_ +#include <sys/types.h> #include <sys/ioccom.h> /* Generic file-descriptor ioctl's. */ |