From 6ae26a6b54a47f539395dc68de115b8e103a74e6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:20:35 +0100 Subject: Fix utf8proc version logging. --- compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compat.h') diff --git a/compat.h b/compat.h index df8aa562..43a46021 100644 --- a/compat.h +++ b/compat.h @@ -33,6 +33,10 @@ #include #endif +#ifdef HAVE_UTF8PROC +#include +#endif + #ifndef __GNUC__ #define __attribute__(a) #endif -- cgit v1.2.3