diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 15:57:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-23 15:57:38 +0000 |
commit | 68e6b6e1c0f5ae5cf5a338a063be8bd52742487e (patch) | |
tree | 175f88815d0bc645f7fbaed82c279aae73f3fed8 /libiberty/mkstemps.c | |
parent | 5ee3c8d1b362ba8d1b8406abfdd2aa5f5c03d9a1 (diff) | |
download | gcc-68e6b6e1c0f5ae5cf5a338a063be8bd52742487e.tar.gz |
* 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.c | 1 |
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 |