]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD/MINOR: stick-table: Compilation fix.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 15 Mar 2019 10:24:53 +0000 (11:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 May 2019 04:54:06 +0000 (06:54 +0200)
Missing header to dereference struct peers pointer from struct table.

include/types/stick_table.h

index 695a75c9a6a260f22cc0103377a86ec051248dc7..a6a4a49ebb7660a8da0cbb12834e8068eead2f87 100644 (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 */