freebsd-ports/shells/flash/files/patch-ai
Wes Peters 37f5aac4ac Add port for flash, a user-menu shell. This still needs a
good FreeBSD-specific template; Will is working on one.

PR:		15995
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-08 18:23:34 +00:00

20 lines
376 B
Text

--- 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>