r717 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 17:00:28 CEST 2006


Author: des
Date: 2006-08-07 17:00:28 +0200 (Mon, 07 Aug 2006)
New Revision: 717

Modified:
   trunk/varnish-cache/bin/varnishd/cache.h
Log:
Sort includes, add <stdint.h> for uint64_t.

Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h	2006-08-07 14:55:51 UTC (rev 716)
+++ trunk/varnish-cache/bin/varnishd/cache.h	2006-08-07 15:00:28 UTC (rev 717)
@@ -2,10 +2,12 @@
  * $Id$
  */
 
+#include <sys/time.h>
+#include <sys/uio.h>
+
 #include <assert.h>
 #include <pthread.h>
-#include <sys/uio.h>
-#include <sys/time.h>
+#include <stdint.h>
 
 #include "queue.h"
 #include "vsb.h"




More information about the varnish-commit mailing list