mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c242b7b04a
PR: 11352 Submitted by: maintainer
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
--- terminal.h Mon Jun 23 21:49:40 1997
|
|
+++ /home/andy/tmp/wrk/terminal.h Tue Apr 27 18:06:25 1999
|
|
@@ -13,7 +13,11 @@
|
|
extern "C" {
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <ncurses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
}
|
|
|
|
/* Note that screen coordinates start at (1,1) */
|