[newlib 04/65] #include <sys/types.h> from sys/filio.h
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Jul 7 11:58:11 UTC 2022
From: Alan Somers <asomers at FreeBSD.org>
This fixes world build after r349231
Reported by: Jenkins
MFC after: 2 weeks
MFC-With: 349231
Sponsored by: The FreeBSD Foundation
---
newlib/libc/sys/rtems/include/sys/filio.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/newlib/libc/sys/rtems/include/sys/filio.h b/newlib/libc/sys/rtems/include/sys/filio.h
index 1a3fc4293..e85db9cff 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. */
--
2.35.3
More information about the devel
mailing list