* cp-demangle.c, mkstemps.c: #include <sys/types.h>.

From-SVN: r35198
This commit is contained in:
Michael Sokolov 2000-07-23 15:57:38 +00:00 committed by Jeff Law
parent 5e8d20c178
commit 8502a10066
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
2000-07-21 Mike Stump <mrs@wrs.com>
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.

View File

@ -27,6 +27,8 @@
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif

View File

@ -20,6 +20,7 @@
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif