diff options
Diffstat (limited to 'shells/flash/files/patch-ai')
| -rw-r--r-- | shells/flash/files/patch-ai | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ai b/shells/flash/files/patch-ai new file mode 100644 index 000000000000..346fc6367e74 --- /dev/null +++ b/shells/flash/files/patch-ai @@ -0,0 +1,20 @@ +--- modules/background.c Sat Oct 25 11:34:23 1997 ++++ modules/background.c.new Sun Jan 2 20:48:46 2000 +@@ -20,8 +20,17 @@ + + */ + ++#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> |
