Include <sys/types.h> now that linebuffer.h uses
authorJim Meyering <jim@meyering.net>
Fri, 30 Jul 1999 19:29:27 +0000 (19:29 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 30 Jul 1999 19:29:27 +0000 (19:29 +0000)
size_t.  This is required on at least SunOS4.  From Kaveh Ghazi.

lib/linebuffer.c

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