From 4a33d6033561e20227a28541683dfefe10c15c5b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 02:29:27 +0200 Subject: Add config.h include to plistutil.c --- tools/plistutil.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/plistutil.c b/tools/plistutil.c index d4bbbbe..dbbfbf6 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c @@ -20,6 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "plist/plist.h" -- cgit v1.1-32-gdbae