mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7731b6961f
PR: 20150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
--- biewlib/sysdep/generic/unix/keyboard.c.orig Thu Jul 6 14:31:08 2000
|
|
+++ biewlib/sysdep/generic/unix/keyboard.c Mon Jul 24 23:06:19 2000
|
|
@@ -27,7 +27,11 @@
|
|
#endif
|
|
|
|
#ifdef _CURSES_
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
MEVENT me;
|
|
#endif
|
|
|