Index: trunk/xcache/xc_sandbox.h
===================================================================
--- trunk/xcache/xc_sandbox.h	(revision 1044)
+++ trunk/xcache/xc_sandbox.h	(revision 1051)
@@ -21,5 +21,6 @@
 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D);
 #ifdef XCACHE_ERROR_CACHING
-xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D);
+struct _xc_compilererror_t;
+struct _xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D);
 zend_uint xc_sandbox_compilererror_cnt(TSRMLS_D);
 #endif
