diff options
Diffstat (limited to 'newlib/libc/stdio64/tmpfile64.c')
-rw-r--r-- | newlib/libc/stdio64/tmpfile64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio64/tmpfile64.c b/newlib/libc/stdio64/tmpfile64.c index 511606c78..98a7d7817 100644 --- a/newlib/libc/stdio64/tmpfile64.c +++ b/newlib/libc/stdio64/tmpfile64.c @@ -48,6 +48,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<getpid>>, */ #include <stdio.h> +#include <reent.h> #include <errno.h> #include <fcntl.h> #include <sys/stat.h> |