sebastian Thu Sep 26 15:18:36 2002 EDT Modified files: /php4/ext/standard string.c Log: Fix warning. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.299 php4/ext/standard/string.c:1.300 --- php4/ext/standard/string.c:1.299 Wed Sep 25 15:06:29 2002 +++ php4/ext/standard/string.c Thu Sep 26 15:18:35 2002 @@ -18,13 +18,14 @@ +----------------------------------------------------------------------+ */ -/* $Id: string.c,v 1.299 2002/09/25 19:06:29 andrey Exp $ */ +/* $Id: string.c,v 1.300 2002/09/26 19:18:35 sebastian Exp $ */ /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ #include <stdio.h> #include "php.h" #include "reg.h" +#include "php_rand.h" #include "php_string.h" #include "php_variables.h" #ifdef HAVE_LOCALE_H
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php