helly Wed Dec 31 17:33:29 2008 UTC Modified files: /php-src/main SAPI.h Log: - Add needed include as reported by Pierre http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.h?r1=1.126&r2=1.127&diff_format=u Index: php-src/main/SAPI.h diff -u php-src/main/SAPI.h:1.126 php-src/main/SAPI.h:1.127 --- php-src/main/SAPI.h:1.126 Wed Dec 31 11:12:38 2008 +++ php-src/main/SAPI.h Wed Dec 31 17:33:29 2008 @@ -16,12 +16,13 @@ +----------------------------------------------------------------------+ */ -/* $Id: SAPI.h,v 1.126 2008/12/31 11:12:38 sebastian Exp $ */ +/* $Id: SAPI.h,v 1.127 2008/12/31 17:33:29 helly Exp $ */ #ifndef SAPI_H #define SAPI_H #include "zend.h" +#include "zend_API.h" #include "zend_llist.h" #include "zend_operators.h" #ifdef PHP_WIN32
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php