r944 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Thu Sep 7 10:01:14 CEST 2006


Author: phk
Date: 2006-09-07 10:01:14 +0200 (Thu, 07 Sep 2006)
New Revision: 944

Modified:
   trunk/varnish-cache/include/libvarnish.h
Log:
Pick up uint32_t from <stdint.h> instead of <sys/types.h>


Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2006-09-07 07:50:48 UTC (rev 943)
+++ trunk/varnish-cache/include/libvarnish.h	2006-09-07 08:01:14 UTC (rev 944)
@@ -4,7 +4,7 @@
 
 #include <errno.h>
 #include <time.h>
-#include <sys/types.h>
+#include <stdint.h>
 
 #ifndef NULL
 #define NULL ((void*)0)




More information about the varnish-commit mailing list