diff options
Diffstat (limited to 'devel/ncurses/patches/patch-ah')
-rw-r--r-- | devel/ncurses/patches/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ncurses/patches/patch-ah b/devel/ncurses/patches/patch-ah new file mode 100644 index 00000000000..b00013d0c6f --- /dev/null +++ b/devel/ncurses/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 1999/07/06 07:51:05 jlam Exp $ + +--- form/form.h.orig Wed Feb 11 07:13:43 1998 ++++ form/form.h Fri Jul 2 02:46:17 1999 +@@ -33,7 +33,7 @@ + #ifndef FORM_H + #define FORM_H + +-#include <curses.h> ++#include <ncurses.h> + #include <eti.h> + + #ifdef __cplusplus |