3
0
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:
Marcel Holtmann 2018-11-01 22:23:53 +01:00
parent 63bafa7adf
commit d0fd928af2

View File

@ -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>