include <curses.h> before <term.h> as it's required in that order on Solaris

This commit is contained in:
Paul LeoNerd Evans 2011-03-30 20:24:06 +01:00
parent a0f86dcd98
commit 391f795c67
1 changed files with 1 additions and 1 deletions

View File

@ -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