]> err.no Git - varnish/commitdiff
Add <unistd.h> so heritage.h is happy on macosx.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 07:37:05 +0000 (07:37 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 07:37:05 +0000 (07:37 +0000)
fixes #305

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3159 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache.h

index 50e335b47054a6922bbbb4f2c0e72c503974a663..fa5ef529d29b1d8ddb9d92846ee186c65d51fffe 100644 (file)
@@ -40,6 +40,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <limits.h>
+#include <unistd.h>
 
 #include "vqueue.h"