r4956 - trunk/varnish-cache/bin/varnishtest

phk at varnish-cache.org phk at varnish-cache.org
Mon Jun 14 11:35:30 CEST 2010


Author: phk
Date: 2010-06-14 11:35:30 +0200 (Mon, 14 Jun 2010)
New Revision: 4956

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc.c
Log:
Pull in srandomdev() compat if needed.



Modified: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c	2010-06-14 09:17:49 UTC (rev 4955)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c	2010-06-14 09:35:30 UTC (rev 4956)
@@ -52,6 +52,10 @@
 
 #include "vtc.h"
 
+#ifndef HAVE_SRANDOMDEV
+#include "compat/srandomdev.h"
+#endif
+
 #define		MAX_FILESIZE		(1024 * 1024)
 #define		MAX_TOKENS		200
 




More information about the varnish-commit mailing list