* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
From-SVN: r35198
This commit is contained in:
parent
5e8d20c178
commit
8502a10066
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue