From: Steven Luong Date: Fri, 7 Oct 2022 20:53:20 +0000 (-0700) Subject: tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files X-Git-Tag: v23.06-rc0~207 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=23b33ec02bb08b5998d3b2ba7c6ef7d4737424c6;p=vpp.git tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all files Some files include tcp_debug.h without including As a result, those files do not get VPP_TCP_DEBUG_ALWAYS option set. The fix is to include in tcp_debug.h Type: fix Signed-off-by: Steven Luong Change-Id: I0c141147f1e8d1b49c5a1440fac1e97cbd96aaa7 --- diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index a0bdaa3684d..04e921cd601 100644 --- a/src/vnet/tcp/tcp_debug.h +++ b/src/vnet/tcp/tcp_debug.h @@ -17,6 +17,7 @@ #define SRC_VNET_TCP_TCP_DEBUG_H_ #include +#include /** * Build debugging infra unconditionally. Debug components controlled via