From 6b2ccee64e7604945b957e4228a70976dcaf53a2 Mon Sep 17 00:00:00 2001 From: Thomas Brand Date: Tue, 23 Apr 2019 16:21:31 +0200 Subject: [PATCH] Add missing include for integer types. --- utf8.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utf8.h b/utf8.h index bff3909..4b19d64 100644 --- a/utf8.h +++ b/utf8.h @@ -1,6 +1,8 @@ #ifndef UTF8_H #define UTF8_H +#include + extern int locale_is_utf8; /* is c the start of a utf8 sequence? */