From e9b558282293ee28c5eef7cb507dbe3f4a81e5af Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Thu, 11 Oct 2018 22:08:50 +0200 Subject: [PATCH] Stats: Include stat_segment.h in packages. Change-Id: I976c0aba8397badf64763c4dbddce67009a4fb23 Signed-off-by: Ole Troan --- src/vpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index 601bc0397d6..16843f73e8a 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -82,6 +82,7 @@ add_vpp_executable(vpp add_vpp_headers(vpp api/vpe_msg_enum.h api/vpe_all_api_h.h + stats/stat_segment.h ) ############################################################################## -- 2.16.6