From f92da38222e6a3e10937b0d36f5f606107dd0506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=E9d=E9ric=20L=E9caille?= Date: Fri, 15 Mar 2019 11:24:53 +0100 Subject: [PATCH] BUILD/MINOR: stick-table: Compilation fix. Missing header to dereference struct peers pointer from struct table. --- include/types/stick_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types/stick_table.h b/include/types/stick_table.h index 695a75c9a..a6a4a49eb 100644 --- a/include/types/stick_table.h +++ b/include/types/stick_table.h @@ -31,6 +31,7 @@ #include #include #include +#include #include /* The types of extra data we can store in a stick table */