From: Marcus Boerger Date: Wed, 31 Dec 2008 17:33:29 +0000 (+0000) Subject: - Add needed include as reported by Pierre X-Git-Tag: php-5.4.0alpha1~191^2~4690 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02eddb9be9f3c3acad07742269560c135ddfa21d;p=php - Add needed include as reported by Pierre --- diff --git a/main/SAPI.h b/main/SAPI.h index 528fb10d2b..329687e2fa 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -22,6 +22,7 @@ #define SAPI_H #include "zend.h" +#include "zend_API.h" #include "zend_llist.h" #include "zend_operators.h" #ifdef PHP_WIN32