Windows new dirent.h needs sys/stat.h

This commit is contained in:
Jean-Francois Dockes 2016-01-07 19:13:53 +01:00
parent 97c5ecdcce
commit a1d4659d5b

View file

@ -10,6 +10,7 @@
Rights: See end of file.
*/
#include <sys/stat.h>
#ifdef __cplusplus
extern "C"