1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- inv.c Fri Jan 1 03:08:33 1999 +++ /home/andy/tmp/wrk/inv.c Fri May 14 20:28:52 1999 @@ -8,7 +8,11 @@ # ifdef AMIGA # include <curses210.h> # else -# include <curses.h> +# ifdef __FreeBSD__ +# include <ncurses.h> +# else +# include <curses.h> +# endif # endif #endif