mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
54a24d3747
PR: 11363 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
--- 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"
|