summaryrefslogtreecommitdiffstats
path: root/games/miscom/files/patch-ad
blob: 327eba3576ca133bfe0a1f4ced8caa13e8ad5c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- level.c	Thu Jan 22 19:30:13 1998
+++ /home/andy/tmp/wrk/level.c	Wed Apr 28 16:37:41 1999
@@ -1,6 +1,10 @@
 #include <stdio.h>
 #include <unistd.h>
+#ifdef __FreeBSD__
+#include <ncurses.h>
+#else
 #include <curses.h>
+#endif
 #include "global.h"
 #include "settings.h"
 #include "draw.h"
OpenPOWER on IntegriCloud