summaryrefslogtreecommitdiff
path: root/libiberty/mkstemps.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-07-23 15:58:11 +0000
committerJeff Law <law@redhat.com>2000-07-23 15:58:11 +0000
commit22f83862ffba5aba8378f868ac1b5b719e886525 (patch)
tree37aaed836d0fc251594e46aa218ba0c9edcab9d9 /libiberty/mkstemps.c
parent1956c75927a6f7d3732c2b85b5e7a700836bc8d2 (diff)
downloadbinutils-redhat-22f83862ffba5aba8378f868ac1b5b719e886525.tar.gz
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
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 6ef526ece3..4b89162751 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