From 88f19296c9417cc6076af18c256de29c35edd0f4 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 31 Dec 2008 17:33:05 +0000 Subject: [PATCH] - Add needed include as reported by Pierre --- main/SAPI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/SAPI.h b/main/SAPI.h index 5907688b43..ad5fe7e2b4 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 -- 2.50.1