include <curses.h> before <term.h> as it's required in that order on Solaris
This commit is contained in:
parent
a0f86dcd98
commit
391f795c67
|
@ -4,8 +4,8 @@
|
||||||
#include "termkey.h"
|
#include "termkey.h"
|
||||||
#include "termkey-internal.h"
|
#include "termkey-internal.h"
|
||||||
|
|
||||||
#include <term.h>
|
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
|
#include <term.h>
|
||||||
|
|
||||||
/* curses.h has just poluted our namespace. We want this back */
|
/* curses.h has just poluted our namespace. We want this back */
|
||||||
#undef buttons
|
#undef buttons
|
||||||
|
|
Loading…
Reference in New Issue