diff options
Diffstat (limited to 'driver-ti.c')
-rw-r--r-- | driver-ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-ti.c b/driver-ti.c index ee9a454..11b8ef2 100644 --- a/driver-ti.c +++ b/driver-ti.c @@ -4,8 +4,8 @@ #include "termkey.h" #include "termkey-internal.h" -#include <term.h> #include <curses.h> +#include <term.h> /* curses.h has just poluted our namespace. We want this back */ #undef buttons |