summaryrefslogtreecommitdiffstats
path: root/src/history.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/history.c
parente9fb32ba74be39266ac65c12a6ac17a59164ff57 (diff)
Use pkg-config for ncursesw cflags
Fixes #2. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src/history.c')
-rw-r--r--src/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c
index 4e4be67..7b84687 100644
--- a/src/history.c
+++ b/src/history.c
@@ -26,7 +26,7 @@ void set_comp(int i) {
#if defined HISTORY_FILE
-//#include <ncursesw/curses.h>
+//#include <curses.h>
#include <ncurses.h>
#include <stdlib.h>
#include <fcntl.h>