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