1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-09 14:34:16 +02:00

Include <sys/types.h> now that linebuffer.h uses

size_t.  This is required on at least SunOS4.  From Kaveh Ghazi.
This commit is contained in:
Jim Meyering
1999-07-30 19:29:27 +00:00
parent e246ae8765
commit a765a451e6

View File

@@ -22,6 +22,7 @@
#endif
#include <stdio.h>
#include <sys/types.h>
#include "linebuffer.h"
char *xmalloc ();