From 954c3a931d3e69b6334a601cb4e85c3162a30db6 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 11 Aug 2006 07:12:24 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishd/mgt_vcc.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5