From fed549ee2049a318081cfce3fde01ae625263d98 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 1 May 2012 10:38:58 +0200 Subject: Provide compat getprogname() implementations on other OS's * And use them in our replacement err() and p11_kit_set_progname() --- tools/Makefile.am | 1 + tools/p11-kit.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index cec6bfc..bfa1953 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_srcdir)/common \ -I$(top_srcdir)/p11-kit \ -DSRCDIR=\"$(srcdir)\" diff --git a/tools/p11-kit.c b/tools/p11-kit.c index d4b0759..d154fe6 100644 --- a/tools/p11-kit.c +++ b/tools/p11-kit.c @@ -34,7 +34,7 @@ #include "config.h" -#include "common/compat.h" +#include "compat.h" #include #include -- cgit v1.1