From e4e888683ee412642814c8f0a8deea888307a94d Mon Sep 17 00:00:00 2001 From: des Date: Tue, 8 Aug 2006 12:57:25 +0000 Subject: [PATCH] #include "compat/srandomdev.h" for srandomdev() git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@772 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index 44b25254..b7351945 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -27,6 +27,8 @@ #include #include +#include "compat/srandomdev.h" + #include "heritage.h" #include "shmlog.h" #include "cache.h" -- 2.39.5