From a1400cecb8d8b423e83bd584e59fa817b8a243d9 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 15 Sep 2021 09:02:08 -0700 Subject: misc: api move continued Move control ping and change dependencies from vpe.api_types to memclnt.api_types Type: refactor Signed-off-by: Florin Coras Change-Id: I9f8bc442e28738c48d64d1f6794082c8c4f5725b --- src/vat2/vat2_helpers.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vat2/vat2_helpers.h') diff --git a/src/vat2/vat2_helpers.h b/src/vat2/vat2_helpers.h index 929c012485f..beb2a787659 100644 --- a/src/vat2/vat2_helpers.h +++ b/src/vat2/vat2_helpers.h @@ -16,9 +16,11 @@ #ifndef included_vat2_helpers_h #define included_vat2_helpers_h +#include + /* For control ping */ #define vl_endianfun -#include +#include #undef vl_endianfun static inline void -- cgit 1.2.3-korg