From 28b80ad30f1513ca509ece7f62487a092a1df347 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 7 Aug 2006 16:23:02 +0000 Subject: [PATCH] #include "compat.h" for asprintf(). Sort includes. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@735 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_vcc.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/varnish-cache/bin/varnishd/mgt_vcc.c b/varnish-cache/bin/varnishd/mgt_vcc.c index 717057ff..2f46316c 100644 --- a/varnish-cache/bin/varnishd/mgt_vcc.c +++ b/varnish-cache/bin/varnishd/mgt_vcc.c @@ -4,13 +4,15 @@ * VCL compiler stuff */ -#include -#include +#include + +#include #include #include -#include -#include +#include +#include +#include "compat.h" #include "vsb.h" #include "queue.h" -- 2.39.5