Fix building on Linux

This commit is contained in:
Pierre Pronchery 2020-11-19 06:44:58 +01:00
parent ddd01d42df
commit e087d97e22

View File

@ -36,6 +36,7 @@
#ifdef __linux__ #ifdef __linux__
# define _XOPEN_SOURCE
# include <sys/file.h> # include <sys/file.h>
#endif #endif
#include <sys/stat.h> #include <sys/stat.h>