From a331832a4283323894c96203a3d419873e04c8d2 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 25 Mar 2010 08:54:19 +0100 Subject: Fixed missing header file --- rfc1867.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfc1867.c b/rfc1867.c index d523216..8285329 100644 --- a/rfc1867.c +++ b/rfc1867.c @@ -33,6 +33,8 @@ #include "php_variables.h" #include "php_suhosin.h" #include "suhosin_rfc1867.h" +#include "php_ini.h" +#include "ext/standard/php_string.h" #define DEBUG_FILE_UPLOAD ZEND_DEBUG -- cgit v1.3