* concat.c: Include <sys/types.h>.
From-SVN: r43449
This commit is contained in:
parent
1e29ee12f0
commit
c8b2822138
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue