diff options
Diffstat (limited to 'www/lynx/patches/patch-ab')
-rw-r--r-- | www/lynx/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/lynx/patches/patch-ab b/www/lynx/patches/patch-ab new file mode 100644 index 00000000000..5af7bd00eff --- /dev/null +++ b/www/lynx/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2000/08/10 18:28:33 fredb Exp $ + +--- src/LYStrings.c.orig Mon Apr 17 05:59:17 2000 ++++ src/LYStrings.c Sun May 7 19:43:16 2000 +@@ -25,6 +25,7 @@ + #endif /* DJGPP_KEYHANDLER */ + + #ifdef USE_COLOR_STYLE ++#include <LYCurses.h> + #include <LYHash.h> + #include <AttrList.h> + #endif |