* cp-demangle.c, mkstemps.c: #include <sys/types.h>.
This commit is contained in:
parent
5bbe3a506e
commit
b123325783
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-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,
|
||||
|
|
|
@ -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…
Reference in a new issue