mirror of git://gcc.gnu.org/git/gcc.git
parent
1e29ee12f0
commit
c8b2822138
|
|
@ -1,3 +1,7 @@
|
||||||
|
2001-06-18 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* concat.c: Include <sys/types.h>.
|
||||||
|
|
||||||
2001-06-11 Loren J. Rittle <ljrittle@acm.org>
|
2001-06-11 Loren J. Rittle <ljrittle@acm.org>
|
||||||
|
|
||||||
bootstrap/3106
|
bootstrap/3106
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ NOTES
|
||||||
|
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
|
#include <sys/types.h> /* size_t */
|
||||||
|
|
||||||
#ifdef ANSI_PROTOTYPES
|
#ifdef ANSI_PROTOTYPES
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue