mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-05-23 21:13:28 +02:00
eap-ttls: Fix build issue with missing _GNU_SOURCE
CC src/eap-ttls.o
src/eap-ttls.c: In function ‘avp_builder_free’:
src/eap-ttls.c:159:17: error: implicit declaration of function ‘explicit_bzero’ [-Wimplicit-function-declaration]
159 | explicit_bzero(builder->buf, builder->pos);
| ^~~~~~~~~~~~~~
This commit is contained in:
parent
fc55e93829
commit
13382cbb47
@ -24,6 +24,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user