From: des Date: Mon, 7 Aug 2006 16:23:02 +0000 (+0000) Subject: #include "compat.h" for asprintf(). Sort includes. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b80ad30f1513ca509ece7f62487a092a1df347;p=varnish #include "compat.h" for asprintf(). Sort includes. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@735 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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"