summaryrefslogtreecommitdiff
path: root/main/php_scandir.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_scandir.c')
-rw-r--r--main/php_scandir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c
index 76628528a4..3c48c754da 100644
--- a/main/php_scandir.c
+++ b/main/php_scandir.c
@@ -42,9 +42,7 @@
#ifndef HAVE_ALPHASORT
-#ifdef HAVE_STRING_H
#include <string.h>
-#endif
PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b)
{