Commit 8502a100 by Michael Sokolov Committed by Jeff Law

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

From-SVN: r35198
parent 5e8d20c1
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment