diff options
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r-- | ext/standard/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 35f3e81466..48619c5a67 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -46,7 +46,7 @@ extern char *crypt(char *__key,char *__salt); #endif -#include "php3_crypt.h" +#include "php_crypt.h" function_entry crypt_functions[] = { PHP_FE(crypt, NULL) |