diff options
Diffstat (limited to 'ext/standard/soundex.c')
| -rw-r--r-- | ext/standard/soundex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/soundex.c b/ext/standard/soundex.c index 61defab91b..25946e4854 100644 --- a/ext/standard/soundex.c +++ b/ext/standard/soundex.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include <errno.h> #include <ctype.h> -#include "php3_string.h" +#include "php_string.h" /* Simple soundex algorithm as described by Knuth in TAOCP, vol 3 */ /* {{{ proto string soundex(string str) |
