This is probably fixed in CVS. Unfortunately, I have no idea how to import such a patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
126 B
Diff
11 lines
126 B
Diff
--- a/compat_getline.c
|
|
+++ b/compat_getline.c
|
|
@@ -2,7 +2,7 @@
|
|
|
|
#if HAVE_GETLINE
|
|
|
|
-int dummy;
|
|
+extern int dummy;
|
|
|
|
#else
|
|
|