Skip to content

Commit 3d86360

Browse files
aescolarfabiobaltieri
authored andcommitted
samples/bluetooth/cap_acceptor: Add missing include
strncasecmp()'s prototype is provided in strings.h let's include it to avoid a build warning. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent d29f2d5 commit 3d86360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/bluetooth/cap_acceptor/src/cap_acceptor_broadcast.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stddef.h>
1111
#include <stdint.h>
1212
#include <string.h>
13+
#include <strings.h>
1314

1415
#include <zephyr/autoconf.h>
1516
#include <zephyr/bluetooth/audio/audio.h>

0 commit comments

Comments
 (0)