freebsd-ports/games/miscom/files/patch-ae
Satoshi Taoka 54a24d3747 Atari's "Missile Command" clone.
PR:             11363
Submitted by:   Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-05-01 01:59:05 +00:00

15 lines
311 B
Plaintext

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