diff options
| author | Stefan | 2010-03-25 08:54:19 +0100 |
|---|---|---|
| committer | Stefan | 2010-03-25 08:54:19 +0100 |
| commit | a331832a4283323894c96203a3d419873e04c8d2 (patch) | |
| tree | 075efba40565c8422b6ee9b8ca6b89c8e7ef81b3 | |
| parent | 9a9d3bbb647ae2026d63ccce9d6db4b5c5c000b3 (diff) | |
Fixed missing header file
| -rw-r--r-- | rfc1867.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -33,6 +33,8 @@ | |||
| 33 | #include "php_variables.h" | 33 | #include "php_variables.h" |
| 34 | #include "php_suhosin.h" | 34 | #include "php_suhosin.h" |
| 35 | #include "suhosin_rfc1867.h" | 35 | #include "suhosin_rfc1867.h" |
| 36 | #include "php_ini.h" | ||
| 37 | #include "ext/standard/php_string.h" | ||
| 36 | 38 | ||
| 37 | #define DEBUG_FILE_UPLOAD ZEND_DEBUG | 39 | #define DEBUG_FILE_UPLOAD ZEND_DEBUG |
| 38 | 40 | ||
