r3159 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 3 09:37:05 CEST 2008


Author: phk
Date: 2008-09-03 09:37:05 +0200 (Wed, 03 Sep 2008)
New Revision: 3159

Modified:
   trunk/varnish-cache/bin/varnishd/cache.h
Log:
Add <unistd.h> so heritage.h is happy on macosx.

fixes #305



Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h	2008-09-03 07:25:27 UTC (rev 3158)
+++ trunk/varnish-cache/bin/varnishd/cache.h	2008-09-03 07:37:05 UTC (rev 3159)
@@ -40,6 +40,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <limits.h>
+#include <unistd.h>
 
 #include "vqueue.h"
 




More information about the varnish-commit mailing list