diff options
Diffstat (limited to 'shells/flash/files/patch-ah')
| -rw-r--r-- | shells/flash/files/patch-ah | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ah b/shells/flash/files/patch-ah new file mode 100644 index 000000000000..73f404a552ea --- /dev/null +++ b/shells/flash/files/patch-ah @@ -0,0 +1,17 @@ +--- modules/alarms.c Tue Apr 15 18:34:15 1997 ++++ modules/alarms.c.new Sun Jan 2 20:50:02 2000 +@@ -1,5 +1,14 @@ ++#ifdef HAVE_CONFIG_H ++#include "../config.h" ++#endif ++ ++#ifdef HAVE_NCURSES_NCURSES_H ++#include <ncurses/ncurses.h> ++#include <ncurses/term.h> ++#else + #include <curses.h> + #include <term.h> ++#endif + + #include <stdlib.h> + #include <stdio.h> |
