diff options
Diffstat (limited to 'devel/ncurses/patches/patch-ak')
-rw-r--r-- | devel/ncurses/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ncurses/patches/patch-ak b/devel/ncurses/patches/patch-ak new file mode 100644 index 00000000000..b7390ffafd4 --- /dev/null +++ b/devel/ncurses/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 1999/07/06 07:51:06 jlam Exp $ + +--- panel/panel.h.orig Wed Feb 11 07:14:01 1998 ++++ panel/panel.h Fri Jul 2 02:47:22 1999 +@@ -36,7 +36,7 @@ + #ifndef _PANEL_H + #define _PANEL_H + +-#include <curses.h> ++#include <ncurses.h> + + typedef struct panel + { |