r4008 - trunk/varnish-cache/bin/varnishtest

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Mar 30 12:47:49 CEST 2009


Author: tfheen
Date: 2009-03-30 12:47:49 +0200 (Mon, 30 Mar 2009)
New Revision: 4008

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.h
Log:
Add missing include

Add missing pthread include.

Thanks to 191919 for the heads-up.

Modified: trunk/varnish-cache/bin/varnishtest/vtc.h
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.h	2009-03-30 10:35:46 UTC (rev 4007)
+++ trunk/varnish-cache/bin/varnishtest/vtc.h	2009-03-30 10:47:49 UTC (rev 4008)
@@ -28,6 +28,8 @@
  * $Id$
  */
 
+#include <pthread.h>
+
 struct vsb;
 struct vtclog;
 struct cmds;



More information about the varnish-commit mailing list