]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: stats: Add missing include
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Oct 2018 14:11:20 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2018 14:00:32 +0000 (16:00 +0200)
"proto/stats.h" must include "types/stats.h".

include/proto/stats.h

index 02a3506d336a9ac0b2be615bef630b91b72d7348..77edda9b18ba3093bf22ab7385f3bf562bfbfe87 100644 (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)