commit | 2b4c49e6fd7a1ea59d309867918bb53850ce3267 | [log] [tgz] |
---|---|---|
author | Mohsin Kazmi <sykazmi@cisco.com> | Wed Oct 31 16:45:19 2018 +0100 |
committer | Mohsin Kazmi <sykazmi@cisco.com> | Wed Oct 31 16:45:19 2018 +0100 |
tree | 686d2d877d82ade1850417950eb8c58a1fd029fd | |
parent | 8284244d48efad190058a39f05b37f02ea48d0ce [diff] [blame] |
make-test: Fix the vapi test Change-Id: I5a4dc3894818f92368d6c906ff43e093c16c1d19 Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
diff --git a/test/ext/vapi_c_test.c b/test/ext/vapi_c_test.c index e545717..9fbb2a6 100644 --- a/test/ext/vapi_c_test.c +++ b/test/ext/vapi_c_test.c
@@ -22,6 +22,7 @@ #include <assert.h> #include <setjmp.h> #include <check.h> +#include <vppinfra/string.h> #include <vapi/vapi.h> #include <vapi/vpe.api.vapi.h> #include <vapi/interface.api.vapi.h>