From c77f2c29585f97bd9dad533b9d2bc8334de34f1b Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Sun, 24 Jun 2012 22:44:43 -0400 Subject: Base structure for passsword_create and password_make_salt --- ext/standard/php_standard.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_standard.h') diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 483dbc33bc..bccfebe543 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -58,6 +58,7 @@ #include "php_versioning.h" #include "php_ftok.h" #include "php_type.h" +#include "php_password.h" #define phpext_standard_ptr basic_functions_module_ptr PHP_MINIT_FUNCTION(standard_filters); -- cgit v1.2.1