BUILD/MINOR: stick-table: Compilation fix.

Missing header to dereference struct peers pointer from struct table.
This commit is contained in:
Frdric Lcaille 2019-03-15 11:24:53 +01:00 committed by Willy Tarreau
parent d456aa4ac2
commit f92da38222

View File

@ -31,6 +31,7 @@
#include <eb32tree.h>
#include <common/memory.h>
#include <types/freq_ctr.h>
#include <types/peers.h>
#include <types/sample.h>
/* The types of extra data we can store in a stick table */