From c253a535446a6971fe84c4644458f56882a1c3b1 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Fri, 12 Sep 2014 05:34:46 +0000 Subject: [PATCH] fix debug build git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1537 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- util/xc_trace.h | 2 ++ 1 file changed, 2 insertions(+) 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);