From: phk Date: Mon, 3 Jul 2006 14:39:02 +0000 (+0000) Subject: Include pthread.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d806d13fadebce78351719fbe02c343f262f54c1;p=varnish Include pthread.h git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@282 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_ban.c b/varnish-cache/bin/varnishd/cache_ban.c index e162a67e..fb996c21 100644 --- a/varnish-cache/bin/varnishd/cache_ban.c +++ b/varnish-cache/bin/varnishd/cache_ban.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "shmlog.h" #include "cli_priv.h"