3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

wired: Fix includes for using with -std=c99 compiler option

This commit is contained in:
Marcel Holtmann 2018-11-01 22:23:53 +01:00
parent 63bafa7adf
commit d0fd928af2

View File

@ -24,9 +24,9 @@
#include <config.h> #include <config.h>
#endif #endif
#define _GNU_SOURCE
#include <errno.h> #include <errno.h>
#include <dirent.h> #include <dirent.h>
#include <errno.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <ell/ell.h> #include <ell/ell.h>