build: fix clang-16 build
Change-Id: I882bef6f45fd276587fb93944ff4e21dc57dbca2
Type: fix
Fixes: 1c82cd4
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Dave Wallace

parent
aa9177c751
commit
3d2f718e6f
@ -17,6 +17,9 @@
|
||||
*------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <string.h>
|
||||
|
||||
#include <vnet/vnet.h>
|
||||
#include <vlibmemory/api.h>
|
||||
|
||||
@ -384,7 +387,6 @@ vl_api_sw_interface_dump_t_handler (vl_api_sw_interface_dump_t * mp)
|
||||
vec_add1 (filter, 0); /* Ensure it's a C string for strcasecmp() */
|
||||
}
|
||||
|
||||
char *strcasestr (char *, char *); /* lnx hdr file botch */
|
||||
/* *INDENT-OFF* */
|
||||
pool_foreach (swif, im->sw_interfaces)
|
||||
{
|
||||
|
Reference in New Issue
Block a user