* concat.c: Include <sys/types.h>.

From-SVN: r43449
This commit is contained in:
Richard Henderson 2001-06-18 13:46:48 -07:00 committed by Richard Henderson
parent 1e29ee12f0
commit c8b2822138
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -55,6 +55,7 @@ NOTES
#include "ansidecl.h"
#include "libiberty.h"
#include <sys/types.h> /* size_t */
#ifdef ANSI_PROTOTYPES
#include <stdarg.h>