mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-03 06:00:43 +01:00
client: Fix includes for using with -std=c99 compiler option
This commit is contained in:
parent
5d9278913f
commit
63bafa7adf
@ -24,7 +24,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ell/ell.h>
|
||||
#include <readline/readline.h>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user