From: IJsbrand Wijnands Date: Thu, 5 Mar 2020 19:29:23 +0000 (-0800) Subject: build: building applications outside of vpp is missing header files X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F26566%2F2;p=vpp.git 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 Change-Id: Ibcb2fea0f5740a73b9577392aa54ac3c93c8d2b5 (cherry picked from commit 724c8051d1f589c8890b0a4ad41a29d8d6581c9c) --- diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 56db74265cc..ccddfe3af49 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