From: phk Date: Fri, 11 Aug 2006 07:12:24 +0000 (+0000) Subject: Missed one: Only include compat headers if necessary X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954c3a931d3e69b6334a601cb4e85c3162a30db6;p=varnish Missed one: Only include compat headers if necessary git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@794 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_vcc.c b/varnish-cache/bin/varnishd/mgt_vcc.c index a9fa2495..6d29de7a 100644 --- a/varnish-cache/bin/varnishd/mgt_vcc.c +++ b/varnish-cache/bin/varnishd/mgt_vcc.c @@ -11,7 +11,9 @@ #include #include +#ifndef HAVE_ASPRINTF #include "compat/asprintf.h" +#endif #include "vsb.h" #include "queue.h"