mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
|
--- lib/sysdep/generic/unix/kbd_code.h Fri Mar 3 11:02:00 2000
|
||
|
+++ lib/sysdep/generic/unix/kbd_code.h Sat Mar 4 15:59:28 2000
|
||
|
@@ -58,8 +58,11 @@
|
||
|
*/
|
||
|
|
||
|
#ifdef HAVE_NCURSES
|
||
|
-
|
||
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
||
|
+#include <ncurses/curses.h>
|
||
|
+#else
|
||
|
#include <curses.h>
|
||
|
+#endif
|
||
|
|
||
|
/*
|
||
|
All non-symbol keys (function keys, arrows, etc) must be xx00
|