diff --git a/src/core/fsservices.h b/src/core/fsservices.h index e67b9e6..8c58a0e 100644 --- a/src/core/fsservices.h +++ b/src/core/fsservices.h @@ -69,6 +69,10 @@ #if HAVE_SYS_PARAM_H #include #endif + +#if HAVE_SYS_STAT_H +#include +#endif #endif //=========================================================================