From dd2a4cc15192e712ee97b787967fa9fd390dbdea Mon Sep 17 00:00:00 2001 From: rakshasa Date: Tue, 5 Jun 2018 16:37:48 +0900 Subject: [PATCH] Fixed ncurses.h include bug fix by theirix. --- src/input/input_event.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/input_event.cc b/src/input/input_event.cc index 69dfef05..72159d62 100644 --- a/src/input/input_event.cc +++ b/src/input/input_event.cc @@ -38,8 +38,7 @@ #include "input_event.h" -//ncurses.h must be included last since sys/mman.h on Solaris munges ERR. -#include +#include "display/attributes.h" namespace input {