From: Mike Lowis Date: Tue, 18 Oct 2016 12:23:47 +0000 (-0400) Subject: fixed compiler warning X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=3ce653bb742bb2f4ca5d59255fe35c3ec834e615;p=projs%2Ftide.git fixed compiler warning --- diff --git a/utf8.c b/utf8.c index 8541b4e..824da09 100644 --- a/utf8.c +++ b/utf8.c @@ -4,6 +4,7 @@ @license BSD 2-clause License */ #include "edit.h" +#define __USE_XOPEN #include const uint8_t UTF8_SeqBits[] = { 0x00u, 0x80u, 0xC0u, 0xE0u, 0xF0u, 0xF8u, 0xFCu, 0xFEu };