1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/miscom/files/patch-ag

13 lines
270 B
Plaintext
Raw Normal View History

--- unix.c Sat Mar 15 20:00:27 1997
+++ /home/andy/tmp/wrk/unix.c Wed Apr 28 16:36:56 1999
@@ -1,5 +1,9 @@
#include <stdio.h>
+#ifdef __FreeBSD__
+#include <ncurses.h>
+#else
#include <curses.h>
+#endif
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>