From ee97c4b22491b205fd3b7697e03c909e02b652d3 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 14 Mar 2016 20:50:45 -0500 Subject: Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat" This BSDism is still in use (e.g. putty). This reverts commit 088f7a723962dd18dcae09e8e8fa168bbea6ed0b. --- newlib/libc/include/sys/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 65e7b9bf5..c9f0fc7f3 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -86,6 +86,8 @@ typedef quad_t * qaddr_t; # if __BSD_VISIBLE +#include + # define physadr physadr_t # define quad quad_t -- cgit v1.2.3