From 4dfa7aa40c3b7ae448cea344d923b147ef74154e Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Mon, 30 Oct 2017 20:02:37 +0100 Subject: [PATCH] cope with system's fixes https://github.com/OpenSC/OpenSC/issues/1180 --- src/ui/notify.h | 2 +- src/ui/strings.c | 2 +- src/ui/strings.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/notify.h b/src/ui/notify.h index d32d69dd..df1ad77a 100644 --- a/src/ui/notify.h +++ b/src/ui/notify.h @@ -21,7 +21,7 @@ #ifndef _NOTIFY_H #define _NOTIFY_H -#include "strings.h" +#include "ui/strings.h" #ifdef __cplusplus extern "C" { diff --git a/src/ui/strings.c b/src/ui/strings.c index e7d4ffbd..e129e911 100644 --- a/src/ui/strings.c +++ b/src/ui/strings.c @@ -19,7 +19,7 @@ */ #include "libopensc/internal.h" -#include "strings.h" +#include "ui/strings.h" #include #include diff --git a/src/ui/strings.h b/src/ui/strings.h index 0cc81cf6..49dd25ee 100644 --- a/src/ui/strings.h +++ b/src/ui/strings.h @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _STRINGS_H -#define _STRINGS_H +#ifndef _SC_STRINGS_H +#define _SC_STRINGS_H #include "libopensc/pkcs15.h"