summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@ircmaxell.com>2012-06-24 22:44:43 -0400
committerAnthony Ferrara <ircmaxell@ircmaxell.com>2012-06-24 22:44:43 -0400
commitc77f2c29585f97bd9dad533b9d2bc8334de34f1b (patch)
treeec9ed12ba5534fbe78219daae054e9e8b2913804 /ext/standard/php_standard.h
parentd68b614b09b984e915db50b72430db4e4731480c (diff)
downloadphp-git-c77f2c29585f97bd9dad533b9d2bc8334de34f1b.tar.gz
Base structure for passsword_create and password_make_salt
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r--ext/standard/php_standard.h1
1 files changed, 1 insertions, 0 deletions
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);