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
1 changed files with 1 additions and 1 deletions

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>