summaryrefslogtreecommitdiffstats
path: root/games/miscom/files/patch-ag
blob: 252404c0a52c3c89f30bc2caf18d0162153edb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>
OpenPOWER on IntegriCloud