From 7013c47e0ee4e854cc98c6e9fcf0bbea9868ad64 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 17 Feb 2009 10:02:51 +0100 Subject: [PATCH] Some includes we are going to need --- varnish-cache/bin/varnishd/cache_cli.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/varnish-cache/bin/varnishd/cache_cli.c b/varnish-cache/bin/varnishd/cache_cli.c index 2a948165..b735517b 100644 --- a/varnish-cache/bin/varnishd/cache_cli.c +++ b/varnish-cache/bin/varnishd/cache_cli.c @@ -44,6 +44,8 @@ #include #include #include +#include +#include #include "shmlog.h" #include "cli.h" @@ -53,6 +55,7 @@ #include "vlu.h" #include "vsb.h" #include "hash_slinger.h" +#include "common.h" pthread_t cli_thread; static struct lock cli_mtx; -- 2.39.5