aboutsummaryrefslogtreecommitdiff
path: root/libiberty/mkstemps.c
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>2000-07-23 15:57:38 +0000
committerJeff Law <law@gcc.gnu.org>2000-07-23 09:57:38 -0600
commit8502a100662b57e68782022751fbde893bb50213 (patch)
tree175f88815d0bc645f7fbaed82c279aae73f3fed8 /libiberty/mkstemps.c
parent5e8d20c1787a93e1a223bf41f419121994308ea2 (diff)
downloadgcc-8502a100662b57e68782022751fbde893bb50213.zip
gcc-8502a100662b57e68782022751fbde893bb50213.tar.gz
gcc-8502a100662b57e68782022751fbde893bb50213.tar.bz2
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
From-SVN: r35198
Diffstat (limited to 'libiberty/mkstemps.c')
-rw-r--r--libiberty/mkstemps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c
index 6ef526e..4b89162 100644
--- a/libiberty/mkstemps.c
+++ b/libiberty/mkstemps.c
@@ -20,6 +20,7 @@
#include "config.h"
#endif
+#include <sys/types.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif