sed.patch 361 B

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