mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 10:04:27 +08:00
* concat.c: Include <sys/types.h>.
From-SVN: r43449
This commit is contained in:
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>
|
||||
|
||||
bootstrap/3106
|
||||
|
@ -55,6 +55,7 @@ NOTES
|
||||
|
||||
#include "ansidecl.h"
|
||||
#include "libiberty.h"
|
||||
#include <sys/types.h> /* size_t */
|
||||
|
||||
#ifdef ANSI_PROTOTYPES
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user