]> granicus.if.org Git - php/commitdiff
add missing include and fix warning
authorAntony Dovgal <tony2001@php.net>
Tue, 26 Jun 2007 12:14:24 +0000 (12:14 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 26 Jun 2007 12:14:24 +0000 (12:14 +0000)
ext/standard/dir.c

index 6ae33093097a946704e954dd46732b29baaa3437..9606892ef3d87349a2efd88a84021fa2fd2050eb 100644 (file)
@@ -24,6 +24,7 @@
 #include "fopen_wrappers.h"
 #include "file.h"
 #include "php_dir.h"
+#include "php_string.h"
 #include "php_scandir.h"
 
 #ifdef HAVE_DIRENT_H