- fix compiler warnings (unused vars & missing includes)
[m6w6/ext-http] / http_api.c
index 079e45117d98efa0677a9d0c0adf8033d92cfe06..8ba8259b56dcee449c9cf5c4dbce5bb5e3d20dd8 100644 (file)
@@ -30,6 +30,7 @@
 #include "php_http_send_api.h"
 
 #ifdef ZEND_ENGINE_2
+#      include "zend_exceptions.h"
 #      include "php_http_exception_object.h"
 #endif