From 702226c8275ff3e6a4ef308b099a9ff445bee463 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Wed, 3 Oct 2018 16:11:20 +0200 Subject: [PATCH] MINOR: stats: Add missing include "proto/stats.h" must include "types/stats.h". --- include/proto/stats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/proto/stats.h b/include/proto/stats.h index 02a3506d3..77edda9b1 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)