| 123456789101112 |
- Index: lib/getline.c
- --- lib/getline.c.orig 2003-08-26 11:11:17.000000000 +0200
- +++ lib/getline.c 2003-10-23 22:19:20.000000000 +0200
- @@ -18,6 +18,7 @@
-
- #include <limits.h>
- #include <errno.h>
- +#include <sys/types.h>
-
- /* Read up to (and including) a '\n' from STREAM into *LINEPTR
- (and null-terminate it). *LINEPTR is a pointer returned from malloc (or
|