Index: /trunk/utils.c
===================================================================
--- /trunk/utils.c	(revision 212)
+++ /trunk/utils.c	(revision 213)
@@ -8,4 +8,8 @@
 #undef NDEBUG
 #include "assert.h"
+
+#ifndef max
+#define max(a, b) ((a) < (b) ? (b) : (a))
+#endif
 
 #ifndef ZEND_VM_SET_OPCODE_HANDLER
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 212)
+++ /trunk/xcache.c	(revision 213)
@@ -66,8 +66,4 @@
 	} \
 } while(0)
-
-#ifndef max
-#define max(a, b) ((a) < (b) ? (b) : (a))
-#endif
 
 /* }}} */
