diff options
author | IJsbrand Wijnands <ice@cisco.com> | 2020-03-05 11:29:23 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2020-03-06 11:35:19 +0000 |
commit | 724c8051d1f589c8890b0a4ad41a29d8d6581c9c (patch) | |
tree | ed29f3eb7b7a3080c64ae3b6795375c34f00f16a | |
parent | 79437c8dbc707e6f60e7a2425fac15c4153f71b3 (diff) |
build: building applications outside of vpp is missing header files
Building applications using the VPP bin_api outside of the VPP tree is broken, missing these includes.
Type: fix
Change-Id:
Signed-off-by: IJsbrand Wijnands <ice@cisco.com>
Change-Id: Ibcb2fea0f5740a73b9577392aa54ac3c93c8d2b5
-rw-r--r-- | src/vnet/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index a0873a61b38..5ea5f16ab84 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -67,6 +67,9 @@ list(APPEND VNET_HEADERS vnet_msg_enum.h util/radix.h util/refcount.h + format_fns.h + ip/ip_format_fns.h + ethernet/ethernet_format_fns.h ) list(APPEND VNET_API_FILES |