summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:20:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:20:35 +0100
commit6ae26a6b54a47f539395dc68de115b8e103a74e6 (patch)
treef5ef22cb6b4c6d2ee7630a193dd51e53ef7766c5 /compat.h
parent87a59efc9476cc12d3e79b1afb55b9e59984b450 (diff)
Fix utf8proc version logging.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat.h b/compat.h
index df8aa562..43a46021 100644
--- a/compat.h
+++ b/compat.h
@@ -33,6 +33,10 @@
#include <ncurses.h>
#endif
+#ifdef HAVE_UTF8PROC
+#include <utf8proc.h>
+#endif
+
#ifndef __GNUC__
#define __attribute__(a)
#endif