mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
MINOR: stats: Add missing include
"proto/stats.h" must include "types/stats.h".
This commit is contained in:
parent
7e266c7936
commit
702226c827
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user