vppinfra: fix AddressSanitizer
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 <bganne@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
91246bc6a2
commit
6531cf5d1c
@ -45,6 +45,7 @@
|
||||
#ifndef included_vlib_node_funcs_h
|
||||
#define included_vlib_node_funcs_h
|
||||
|
||||
#include <vppinfra/clib.h>
|
||||
#include <vppinfra/fifo.h>
|
||||
#include <vppinfra/tw_timer_1t_3w_1024sl_ov.h>
|
||||
#include <vppinfra/interrupt.h>
|
||||
|
Reference in New Issue
Block a user