You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
361 B

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