mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
wired: Fix includes for using with -std=c99 compiler option
This commit is contained in:
parent
63bafa7adf
commit
d0fd928af2
@ -24,9 +24,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ell/ell.h>
|
||||
|
Loading…
Reference in New Issue
Block a user