r5547 - trunk/varnish-cache/bin/varnishtest

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Nov 16 15:39:16 CET 2010


Author: tfheen
Date: 2010-11-16 15:39:16 +0100 (Tue, 16 Nov 2010)
New Revision: 5547

Modified:
   trunk/varnish-cache/bin/varnishtest/vtc_main.c
Log:
Include compat/srandomdev.h for platforms not having srandomdev


Modified: trunk/varnish-cache/bin/varnishtest/vtc_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_main.c	2010-11-16 14:09:28 UTC (rev 5546)
+++ trunk/varnish-cache/bin/varnishtest/vtc_main.c	2010-11-16 14:39:16 UTC (rev 5547)
@@ -51,6 +51,10 @@
 
 #include "vtc.h"
 
+#ifndef HAVE_SRANDOMDEV
+#include "compat/srandomdev.h"
+#endif
+
 #define		MAX_FILESIZE		(1024 * 1024)
 
 




More information about the varnish-commit mailing list