From 8e3d549a8fe3e10638d3756e1d44dfba8ff4807b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 14 Jan 2025 17:22:43 -0500 Subject: tcp: export sdl header file for out-of-tree plugins Type: fix Change-Id: I27e29690dba1ea52e874cb1db81d24fcc4366bb6 Signed-off-by: Florin Coras --- src/vnet/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet') diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 46b1a870e9e..9bd35007139 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -625,6 +625,7 @@ list(APPEND VNET_HEADERS tcp/tcp_debug.h tcp/tcp_inlines.h tcp/tcp_sack.h + tcp/tcp_sdl.h tcp/tcp_types.h tcp/tcp.h tcp/tcp_error.def -- cgit