r5665 - trunk/varnish-cache/lib/libvgz

phk at varnish-cache.org phk at varnish-cache.org
Tue Dec 28 15:43:15 CET 2010


Author: phk
Date: 2010-12-28 15:43:15 +0100 (Tue, 28 Dec 2010)
New Revision: 5665

Modified:
   trunk/varnish-cache/lib/libvgz/zconf.h
Log:
Make sure we have uintptr_t typedef.



Modified: trunk/varnish-cache/lib/libvgz/zconf.h
===================================================================
--- trunk/varnish-cache/lib/libvgz/zconf.h	2010-12-28 14:31:55 UTC (rev 5664)
+++ trunk/varnish-cache/lib/libvgz/zconf.h	2010-12-28 14:43:15 UTC (rev 5665)
@@ -8,6 +8,8 @@
 #ifndef ZCONF_H
 #define ZCONF_H
 
+#include <stdint.h>
+
 /*
  * If you *really* need a unique prefix for all types and library functions,
  * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.




More information about the varnish-commit mailing list