MINOR: stats: Add missing include

"proto/stats.h" must include "types/stats.h".
This commit is contained in:
Christopher Faulet 2018-10-03 16:11:20 +02:00 committed by Willy Tarreau
parent 7e266c7936
commit 702226c827
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <common/config.h>
#include <types/applet.h>
#include <types/stream_interface.h>
#include <types/stats.h>
static inline enum field_format field_format(const struct field *f, int e)