2002-04-30 08:24:38 +02:00
|
|
|
--- biewlib/sysdep/generic/unix/keyboard.c.orig Mon Apr 29 15:26:59 2002
|
|
|
|
+++ biewlib/sysdep/generic/unix/keyboard.c Mon Apr 29 15:28:12 2002
|
2001-11-17 11:24:59 +01:00
|
|
|
@@ -41,7 +41,11 @@
|
2000-04-22 04:06:20 +02:00
|
|
|
#endif
|
2000-03-21 00:51:37 +01:00
|
|
|
|
2000-04-22 04:06:20 +02:00
|
|
|
#ifdef _CURSES_
|
2000-03-21 00:51:37 +01:00
|
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010
|
|
|
|
+#include <ncurses/curses.h>
|
|
|
|
+#else
|
|
|
|
#include <curses.h>
|
|
|
|
+#endif
|
2002-04-30 08:24:38 +02:00
|
|
|
#if defined(NCURSES_MOUSE_VERSION) && !defined(HAVE_MOUSE)
|
2001-11-17 11:24:59 +01:00
|
|
|
#define HAVE_MOUSE
|
2000-04-22 04:06:20 +02:00
|
|
|
#endif
|