blob: 0c8203709d58f122acf1a588217af144015f17c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- fire.c Sat Mar 15 23:42:10 1997
+++ /home/andy/tmp/wrk/fire.c Wed Apr 28 16:36:14 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 "settings.h"
|