summaryrefslogtreecommitdiffstats
path: root/src/help.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/help.c
parente9fb32ba74be39266ac65c12a6ac17a59164ff57 (diff)
Use pkg-config for ncursesw cflags
Fixes #2. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index 690995d..2c63cc3 100644
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-//#include <ncursesw/curses.h>
+//#include <curses.h>
#include <ncurses.h>
#include <unistd.h>
#include <stdlib.h>