diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-03-30 20:24:06 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-03-30 20:24:06 +0100 |
commit | 391f795c67236e08dc1d3ac1564de38d85e446aa (patch) | |
tree | ff7ebf02b4c17f01df16d186e5e152d1afd97acb /driver-ti.c | |
parent | a0f86dcd9811d1fba44ea6947081c32a6ff9f77a (diff) | |
download | termo-391f795c67236e08dc1d3ac1564de38d85e446aa.tar.gz termo-391f795c67236e08dc1d3ac1564de38d85e446aa.tar.xz termo-391f795c67236e08dc1d3ac1564de38d85e446aa.zip |
include <curses.h> before <term.h> as it's required in that order on Solaris
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 |