]> err.no Git - varnish/commitdiff
Include pthread.h
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Jul 2006 14:39:02 +0000 (14:39 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 3 Jul 2006 14:39:02 +0000 (14:39 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@282 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_ban.c

index e162a67eb49daec395a51ff922fea994a3f7e8f7..fb996c2123fd91eddf698e3bee087e04bb44f176 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <regex.h>
+#include <pthread.h>
 
 #include "shmlog.h"
 #include "cli_priv.h"