From 391f795c67236e08dc1d3ac1564de38d85e446aa Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 30 Mar 2011 20:24:06 +0100 Subject: [PATCH] include before as it's required in that order on Solaris --- driver-ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include +#include /* curses.h has just poluted our namespace. We want this back */ #undef buttons