From 6531cf5d1cffab8690c42847eef4f00f3018bb70 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Fri, 30 Sep 2022 17:13:33 +0200 Subject: vppinfra: fix AddressSanitizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When checking for CLIB_SANITIZE_ADDR to enable specific behavior for AddressSanitizer, we must have vppinfra/clib.h included as it is defined there. Type: fix Change-Id: I9060c3c29c1289d28596c215a1d1709b2ea7c84e Signed-off-by: Benoît Ganne --- src/vcl/ldp_socket_wrapper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vcl/ldp_socket_wrapper.c') diff --git a/src/vcl/ldp_socket_wrapper.c b/src/vcl/ldp_socket_wrapper.c index 253847136ae..e4e0f44f7f0 100644 --- a/src/vcl/ldp_socket_wrapper.c +++ b/src/vcl/ldp_socket_wrapper.c @@ -63,6 +63,8 @@ #include #include +#include + #include -- cgit 1.2.3-korg