From 27a2671361d871dd07a399c059bc96dcc2b5c7bb Mon Sep 17 00:00:00 2001 From: Harsha Sharma Date: Wed, 19 Sep 2018 10:40:39 +0530 Subject: obj: ct_timeout: fix error in building tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add include header for NFTNL_CTTIMEOUT_ARRAY_MAX. Fixes compilation error "../include/obj.h:43:21: error: ‘NFTNL_CTTIMEOUT_ARRAY_MAX’ undeclared here (not in a function); Signed-off-by: Harsha Sharma Signed-off-by: Pablo Neira Ayuso --- include/obj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/obj.h b/include/obj.h index dfdbb73..26184da 100644 --- a/include/obj.h +++ b/include/obj.h @@ -2,6 +2,7 @@ #define _OBJ_OPS_H_ #include +#include /* For NFTNL_CTTIMEOUT_ARRAY_MAX. */ #include "internal.h" struct nlattr; -- cgit v1.2.3