summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r--ext/standard/filestat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index 3e431c744d..61546c3da6 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -59,11 +59,7 @@
#endif
#if HAVE_GRP_H
-# ifdef PHP_WIN32
-# include "win32/grp.h"
-# else
-# include <grp.h>
-# endif
+# include <grp.h>
#endif
#if HAVE_UTIME