From b2066f6133a799b400d223562d798264d51056ad Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 7 Jan 2016 19:13:53 +0100 Subject: [PATCH] Windows new dirent.h needs sys/stat.h --- src/windows/dirent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/dirent.h b/src/windows/dirent.h index e13e31a1..16bb0865 100644 --- a/src/windows/dirent.h +++ b/src/windows/dirent.h @@ -10,6 +10,7 @@ Rights: See end of file. */ +#include #ifdef __cplusplus extern "C"