Index: trunk/xcache.h
===================================================================
--- trunk/xcache.h	(revision 832)
+++ trunk/xcache.h	(revision 840)
@@ -343,5 +343,7 @@
 #endif
 typedef enum { XC_TYPE_PHP, XC_TYPE_VAR } xc_entry_type_t;
-typedef char xc_md5sum_t[16];
+typedef struct {
+	char digest[16];
+} xc_md5sum_t;
 /* {{{ xc_compilererror_t */
 typedef struct {
