diff --git a/util.h b/util.h index 9cd7050..516a5c2 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include -#include +#include #include "arg.h" #define UTF8_POINT(c) (((c) & 0xc0) != 0x80)