diff --git a/util/xc_trace.h b/util/xc_trace.h index 95e4896..2ef5f18 100644 --- a/util/xc_trace.h +++ b/util/xc_trace.h @@ -17,6 +17,8 @@ #ifdef XCACHE_DEBUG # define IFDEBUG(x) (x) +# include +# include int xc_vtrace(const char *fmt, va_list args); int xc_trace(const char *fmt, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1, 2);