From: Christopher Faulet Date: Wed, 3 Oct 2018 14:11:20 +0000 (+0200) Subject: MINOR: stats: Add missing include X-Git-Tag: v1.9-dev4~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=702226c8275ff3e6a4ef308b099a9ff445bee463;p=thirdparty%2Fhaproxy.git MINOR: stats: Add missing include "proto/stats.h" must include "types/stats.h". --- diff --git a/include/proto/stats.h b/include/proto/stats.h index 02a3506d33..77edda9b18 100644 --- a/include/proto/stats.h +++ b/include/proto/stats.h @@ -26,6 +26,7 @@ #include #include #include +#include static inline enum field_format field_format(const struct field *f, int e)