1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/miscom/files/patch-ab

15 lines
289 B
Plaintext
Raw Normal View History

--- draw.c Sat Mar 15 08:10:31 1997
+++ /home/andy/tmp/wrk/draw.c Wed Apr 28 16:35:40 1999
@@ -4,7 +4,11 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#ifdef __FreeBSD__
+#include <ncurses.h>
+#else
#include <curses.h>
+#endif
#include "global.h"
#include "unix.h"