diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index c658dac..f80ae66 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #include "ext/standard/info.h" | 18 | #include "ext/standard/info.h" |
| 19 | #include "ext/standard/php_var.h" | 19 | #include "ext/standard/php_var.h" |
| 20 | #include "ext/pcre/php_pcre.h" | 20 | #include "ext/pcre/php_pcre.h" |
| 21 | #include "ext/session/php_session.h" | ||
| 21 | #include "php.h" | 22 | #include "php.h" |
| 22 | #include "php_ini.h" | 23 | #include "php_ini.h" |
| 23 | #include "zend_hash.h" | 24 | #include "zend_hash.h" |
| @@ -41,6 +42,7 @@ | |||
| 41 | #include "sp_upload_validation.h" | 42 | #include "sp_upload_validation.h" |
| 42 | #include "sp_utils.h" | 43 | #include "sp_utils.h" |
| 43 | #include "sp_crypt.h" | 44 | #include "sp_crypt.h" |
| 45 | #include "sp_session.h" | ||
| 44 | 46 | ||
| 45 | 47 | ||
| 46 | extern zend_module_entry snuffleupagus_module_entry; | 48 | extern zend_module_entry snuffleupagus_module_entry; |
