diff options
Diffstat (limited to 'newlib/libc/include/sys/reent.h')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 39353cc42..f75684cdf 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -24,6 +24,7 @@ typedef unsigned __Long __ULong; #endif #ifndef __Long +#include <sys/types.h> #define __Long __int32_t typedef __uint32_t __ULong; #endif |