mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ab660dfb52
PR: 18137 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
--- lib/sysdep/generic/unix/keyboard.c.orig Fri Apr 14 15:02:21 2000
|
|
+++ lib/sysdep/generic/unix/keyboard.c Tue Apr 18 00:15:50 2000
|
|
@@ -30,7 +30,11 @@
|
|
#endif
|
|
|
|
#ifdef _CURSES_
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
+#include <ncurses/curses.h>
|
|
+#else
|
|
#include <curses.h>
|
|
+#endif
|
|
#ifdef HAVE_MOUSE
|
|
MEVENT me;
|
|
#endif
|