summaryrefslogtreecommitdiffstats
path: root/src/input.c
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-09-05 22:59:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2016-09-05 23:04:08 +0200
commit47303bc26d5477af16af0a741c6bffbb19ea9445 (patch)
treeeb085c55a18531a43342459cb7a1a8e8e59643a9 /src/input.c
parente9fb32ba74be39266ac65c12a6ac17a59164ff57 (diff)
Use pkg-config for ncursesw cflags
Fixes #2. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 5899889..844e3a9 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,7 +1,7 @@
#include <sys/time.h>
#include <string.h>
#include <ctype.h> // for isdigit
-//#include <ncursesw/curses.h>
+//#include <curses.h>
#include <ncurses.h>
#include <stdlib.h>
#include <wchar.h>