diff options
Diffstat (limited to 'games/miscom/files/patch-main.c')
-rw-r--r-- | games/miscom/files/patch-main.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/miscom/files/patch-main.c b/games/miscom/files/patch-main.c new file mode 100644 index 000000000000..a2f133e300fa --- /dev/null +++ b/games/miscom/files/patch-main.c @@ -0,0 +1,14 @@ +--- main.c Thu Jan 22 19:30:32 1998 ++++ /home/andy/tmp/wrk/main.c Wed Apr 28 16:34:52 1999 +@@ -24,7 +24,11 @@ + #include <fcntl.h> + #include <time.h> + #include <signal.h> ++#ifdef __FreeBSD__ ++#include <ncurses.h> ++#else + #include <curses.h> ++#endif + #include "global.h" + #include "settings.h" + #include "draw.h" |