From 87eeee4068e17975ca3611394b27dc70e4c58803 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 7 Aug 2006 16:17:35 +0000 Subject: [PATCH] #include for asprintf(). git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@731 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_cli.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/varnish-cache/bin/varnishd/mgt_cli.c b/varnish-cache/bin/varnishd/mgt_cli.c index a605e334..358480bc 100644 --- a/varnish-cache/bin/varnishd/mgt_cli.c +++ b/varnish-cache/bin/varnishd/mgt_cli.c @@ -4,14 +4,16 @@ * The management process' CLI handling */ -#include +#include + #include +#include +#include #include #include #include -#include -#include +#include "compat.h" #include "cli_priv.h" #include "cli.h" #include "vsb.h" -- 2.39.5