helly           Wed Dec 31 17:33:06 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.114.2.1.2.3.2.6&r2=1.114.2.1.2.3.2.7&diff_format=u
Index: php-src/main/SAPI.h
diff -u php-src/main/SAPI.h:1.114.2.1.2.3.2.6 
php-src/main/SAPI.h:1.114.2.1.2.3.2.7
--- php-src/main/SAPI.h:1.114.2.1.2.3.2.6       Wed Dec 31 14:27:09 2008
+++ php-src/main/SAPI.h Wed Dec 31 17:33:05 2008
@@ -16,12 +16,13 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.h,v 1.114.2.1.2.3.2.6 2008/12/31 14:27:09 helly Exp $ */
+/* $Id: SAPI.h,v 1.114.2.1.2.3.2.7 2008/12/31 17:33:05 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

Reply via email to