From cbcc69145c29621509734440d4f898502e85bcbb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Nov 2016 20:08:51 +0530 Subject: [PATCH] ... --- kitty/freetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/freetype.c b/kitty/freetype.c index 839453dcc..f641e4076 100644 --- a/kitty/freetype.c +++ b/kitty/freetype.c @@ -6,13 +6,13 @@ */ #include "data-types.h" +#include #include #include FT_FREETYPE_H #undef FTERRORS_H_ #define FT_ERRORDEF( e, v, s ) { e, s }, #define FT_ERROR_START_LIST { #define FT_ERROR_END_LIST { 0, NULL } }; -#include const struct { int err_code;