r1350 - in branches/1.0: . lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Thu Apr 19 16:51:15 CEST 2007


Author: des
Date: 2007-04-19 16:51:15 +0200 (Thu, 19 Apr 2007)
New Revision: 1350

Modified:
   branches/1.0/
   branches/1.0/lib/libvcl/vcc_compile.c
Log:
 r37083 at cat (orig r1307):  phk | 2007-04-09 22:30:05 +0200
 <queue.h> is a local #include in varnish, so use "queue.h"
 



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
   - d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1306
   + d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1307

Modified: branches/1.0/lib/libvcl/vcc_compile.c
===================================================================
--- branches/1.0/lib/libvcl/vcc_compile.c	2007-04-19 14:51:14 UTC (rev 1349)
+++ branches/1.0/lib/libvcl/vcc_compile.c	2007-04-19 14:51:15 UTC (rev 1350)
@@ -67,12 +67,12 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-#include <queue.h>
 #include <unistd.h>
 
 #include <sys/stat.h>
 
 #include "vsb.h"
+#include "queue.h"
 
 #include "vcc_priv.h"
 #include "vcc_compile.h"




More information about the varnish-commit mailing list