summaryrefslogtreecommitdiff
path: root/stdio-common/tmpfile.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-04 17:22:28 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-04 17:22:28 +0000
commit9fbffc467639130663cc1959a59eb980b9207210 (patch)
tree3952446509345d7c94f23d5269f764ec9a063b4a /stdio-common/tmpfile.c
parentd358336fe743642ee8b0400117777c24dc102987 (diff)
Update.
1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com> * stdio-common/tmpfile.c: Include unistd.h for close prototype. * stdio-common/tmpfile64.c: Likewise. * db2/makedb.c: Generate output file with same access permissions the input file has. * signal/signal.h: Pretty printing. 1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> * misc/mktemp.c: Add include <stlib.h> for prototype, remove unneccessary includes. * misc/mkstemp.c: Likewise.
Diffstat (limited to 'stdio-common/tmpfile.c')
-rw-r--r--stdio-common/tmpfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c
index 488b43b1f7..6b9dfd44b0 100644
--- a/stdio-common/tmpfile.c
+++ b/stdio-common/tmpfile.c
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdio.h>
+#include <unistd.h>
#ifdef _USE_IN_LIBIO
# define fdopen _IO_new_fdopen