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
commit4a3b753e99b91cb5f18f483d5637987434344850 (patch)
treedd6901e3df923d52f9e1a5a99c3b9911e73b68e0 /libiberty/mkstemps.c
parent3d6c7e9f2c8853fb559dd470d4ef5d352b780f8f (diff)
downloadgdb-4a3b753e99b91cb5f18f483d5637987434344850.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 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