diff mbox series

obj: ct_timeout: fix error in building tests

Message ID 20180904182458.9480-1-harshasharmaiitr@gmail.com
State Changes Requested
Delegated to: Pablo Neira
Headers show
Series obj: ct_timeout: fix error in building tests | expand

Commit Message

Harsha Sharma Sept. 4, 2018, 6:24 p.m. UTC
Add include header for NFTNL_CTTIMEOUT_ARRAY_MAX.

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
 include/obj.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 <stdint.h>
+#include <libnftnl/object.h>	/* For NFTNL_CTTIMEOUT_ARRAY_MAX. */
 #include "internal.h"
 
 struct nlattr;