]> err.no Git - varnish/commitdiff
Add missing pthread.h includes
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 31 Mar 2006 08:26:23 +0000 (08:26 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 31 Mar 2006 08:26:23 +0000 (08:26 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@91 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_vcl.c

index f1ffc39019ec1340b4602dcbf150677b64fd48ec..706eab334c13f89b4b7ec6b16ce8335f7c1aa1d7 100644 (file)
@@ -7,6 +7,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdlib.h>
+#include <pthread.h>
 #include <sys/queue.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index 54ef7b789d442eecb419a3b76a26be7d660b8476..eda866f00ca2b6eb40fe0e7192244f2ab812c3e1 100644 (file)
@@ -6,6 +6,7 @@
 #include <string.h>
 #include <assert.h>
 #include <stdlib.h>
+#include <pthread.h>
 #include <dlfcn.h>
 #include <sys/queue.h>