diff options
author | Ole Troan <ot@cisco.com> | 2019-12-06 10:00:47 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-12-07 11:46:45 +0000 |
commit | ebef4a9e5dcdf764e856a6d6b61ef22f546abb1d (patch) | |
tree | cbe30912019f4371a111772e86e3d31cd36aedb5 /src/plugins/lacp/lacp_test.c | |
parent | 3f2d5718b824a10a247ef08e23824d365f2f1626 (diff) |
lacp: use explit api types
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I3f19c69a6f6282a97fd591adcd1e4490cf21e743
Diffstat (limited to 'src/plugins/lacp/lacp_test.c')
-rw-r--r-- | src/plugins/lacp/lacp_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lacp/lacp_test.c b/src/plugins/lacp/lacp_test.c index 4a705ff0140..3a5e6351693 100644 --- a/src/plugins/lacp/lacp_test.c +++ b/src/plugins/lacp/lacp_test.c @@ -28,6 +28,7 @@ #include <vlibapi/vat_helper_macros.h> /* declare message IDs */ +#include <vnet/format_fns.h> #include <lacp/lacp.api_enum.h> #include <lacp/lacp.api_types.h> #include <vpp/api/vpe.api_types.h> |