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 d129d307d65106f5363b1c23e6ceadb44020ebad..cb0b6ba0020c1c44e0484e322fa58736ad755903 100644 (file)
@@ -22,6 +22,7 @@
 #endif
 
 #include <stdio.h>
+#include <sys/types.h>
 #include "linebuffer.h"
 
 char *xmalloc ();