summaryrefslogtreecommitdiffstats
path: root/libiberty/mkstemps.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 15:57:38 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-23 15:57:38 +0000
commit68e6b6e1c0f5ae5cf5a338a063be8bd52742487e (patch)
tree175f88815d0bc645f7fbaed82c279aae73f3fed8 /libiberty/mkstemps.c
parent5ee3c8d1b362ba8d1b8406abfdd2aa5f5c03d9a1 (diff)
downloadppe42-gcc-68e6b6e1c0f5ae5cf5a338a063be8bd52742487e.tar.gz
ppe42-gcc-68e6b6e1c0f5ae5cf5a338a063be8bd52742487e.zip
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35198 138bc75d-0d04-0410-961f-82ee72b054a4
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 6ef526ece3d..4b89162751d 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
OpenPOWER on IntegriCloud