r3871 - trunk/varnish-cache/bin/varnishd

petter at projects.linpro.no petter at projects.linpro.no
Wed Mar 4 08:38:30 CET 2009


Author: petter
Date: 2009-03-04 08:38:30 +0100 (Wed, 04 Mar 2009)
New Revision: 3871

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_cli.c
Log:
Added missing header


Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c	2009-03-03 15:25:44 UTC (rev 3870)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c	2009-03-04 07:38:30 UTC (rev 3871)
@@ -49,6 +49,10 @@
 #include "compat/vasprintf.h"
 #endif
 
+#ifndef HAVE_SRANDOMDEV
+#include "compat/srandomdev.h"
+#endif
+
 #include "cli_priv.h"
 #include "cli.h"
 #include "vsb.h"



More information about the varnish-commit mailing list