r2460 - trunk/varnish-cache/lib/libvcl

des at projects.linpro.no des at projects.linpro.no
Wed Feb 13 18:25:52 CET 2008


Author: des
Date: 2008-02-13 18:25:52 +0100 (Wed, 13 Feb 2008)
New Revision: 2460

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
Log:
Forgot config.h here


Modified: trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2008-02-13 17:19:52 UTC (rev 2459)
+++ trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2008-02-13 17:25:52 UTC (rev 2460)
@@ -217,6 +217,7 @@
 set foh [open "vcc_token_defs.h" w]
 warns $foh
 
+puts $fo "#include \"config.h\""
 puts $fo "#include <stdio.h>"
 puts $fo "#include <ctype.h>"
 puts $fo "#include \"vcc_priv.h\""




More information about the varnish-commit mailing list