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

This commit is contained in:
Jeff Law 2000-07-23 15:58:11 +00:00
parent 5bbe3a506e
commit b123325783
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-20 Joseph S. Myers <jsm28@cam.ac.uk>
* cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,

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