mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 22:12:47 +08:00
12 lines
126 B
Diff
12 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
|
|
|