From: Tollef Fog Heen Date: Tue, 17 Feb 2009 09:02:51 +0000 (+0100) Subject: Some includes we are going to need X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7013c47e0ee4e854cc98c6e9fcf0bbea9868ad64;p=varnish Some includes we are going to need --- 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;