diff --git a/ext/standard/flock_compat.c b/ext/standard/flock_compat.c index 03f7876909a..b431e020335 100644 --- a/ext/standard/flock_compat.c +++ b/ext/standard/flock_compat.c @@ -25,6 +25,7 @@ #if HAVE_STRUCT_FLOCK #include #include +#include #endif #ifdef PHP_WIN32