r735 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 18:23:02 CEST 2006


Author: des
Date: 2006-08-07 18:23:02 +0200 (Mon, 07 Aug 2006)
New Revision: 735

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_vcc.c
Log:
#include "compat.h" for asprintf().  Sort includes.

Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2006-08-07 16:20:16 UTC (rev 734)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2006-08-07 16:23:02 UTC (rev 735)
@@ -4,13 +4,15 @@
  * VCL compiler stuff
  */
 
+#include <sys/types.h>
+
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <assert.h>
-#include <sys/types.h>
 
+#include "compat.h"
 #include "vsb.h"
 #include "queue.h"
 




More information about the varnish-commit mailing list