Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2007-05-17 16:10:29 +0400
committerEric Blake <eblake@redhat.com>2007-05-17 16:10:29 +0400
commit487e9075d0e14e4b7c4422f966980ad5f726eb36 (patch)
tree34733d4e3ce7b96f9b1af8e4d2d7f59bc08b1732 /newlib/libc/stdio64
parentd009633d30f746b0f5c53442e5f37743653deb9d (diff)
* stdio/tmpfile.c: Include <sys/stat.h>.
* stdio64/tmpfile64.c: Ditto.
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r--newlib/libc/stdio64/tmpfile64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio64/tmpfile64.c b/newlib/libc/stdio64/tmpfile64.c
index e15f1c653..511606c78 100644
--- a/newlib/libc/stdio64/tmpfile64.c
+++ b/newlib/libc/stdio64/tmpfile64.c
@@ -50,6 +50,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<getpid>>,
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
+#include <sys/stat.h>
#ifndef O_BINARY
# define O_BINARY 0