r4841 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Thu May 20 11:46:31 CEST 2010


Author: phk
Date: 2010-05-20 11:46:30 +0200 (Thu, 20 May 2010)
New Revision: 4841

Modified:
   trunk/varnish-cache/bin/varnishd/mgt.h
Log:
Always include <stdint.h>



Modified: trunk/varnish-cache/bin/varnishd/mgt.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt.h	2010-05-20 09:45:20 UTC (rev 4840)
+++ trunk/varnish-cache/bin/varnishd/mgt.h	2010-05-20 09:46:30 UTC (rev 4841)
@@ -29,8 +29,10 @@
  * $Id$
  */
 
-#include <vqueue.h>
+#include <stdint.h>
 
+#include "vqueue.h"
+
 #include "common.h"
 #include "miniobj.h"
 




More information about the varnish-commit mailing list