1 From cf84bf3ef505059d42184b22cf38f89336bec43d Mon Sep 17 00:00:00 2001
2 From: Gergely Imreh <imrehg@gmail.com>
3 Date: Mon, 22 Jun 2015 07:51:17 +0000
4 Subject: [PATCH 1/1] remove hard-wired ncursesw include path
6 Don't assume that the ncursesw headers are in ../usr/include/ncursesw/..,
7 and pkg-config finds the correct include path anyways.
9 Signed-off-by: Gergely Imreh <imrehg@gmail.com>
11 pinentry/pinentry-curses.c | 4 ----
12 1 file changed, 4 deletions(-)
14 diff --git a/pinentry/pinentry-curses.c b/pinentry/pinentry-curses.c
15 index 235435a..bdcd0f4 100644
16 --- a/pinentry/pinentry-curses.c
17 +++ b/pinentry/pinentry-curses.c
23 -#include <ncursesw/curses.h>