From 4af8ba19f1ddbb0d85f239618d0a7b3e4b02217b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 27 Apr 2017 20:44:21 +0530 Subject: [PATCH] Use curses.h from libncursesw on Linux --- nnn.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nnn.c b/nnn.c index da6e8cca..e47c00b4 100644 --- a/nnn.c +++ b/nnn.c @@ -7,7 +7,11 @@ #include #include +#ifdef __linux__ +#include +#else #include +#endif #include #include #include