From 23b119eff1c1a2fd597d1b29ec4434119bfa3de8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Feb 2017 12:16:44 +0000 Subject: [PATCH] [Minor] Another fix for genius system named CentOS --- src/libserver/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libserver/html.c b/src/libserver/html.c index 6ce1ec906..a1c8fc86e 100644 --- a/src/libserver/html.c +++ b/src/libserver/html.c @@ -21,7 +21,7 @@ #include "html_tags.h" #include "html_colors.h" #include "url.h" -#include +#include #if U_ICU_VERSION_MAJOR_NUM >= 46 #include #endif -- 2.39.5