From: des Date: Tue, 8 Aug 2006 12:57:25 +0000 (+0000) Subject: #include "compat/srandomdev.h" for srandomdev() X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e888683ee412642814c8f0a8deea888307a94d;p=varnish #include "compat/srandomdev.h" for srandomdev() git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@772 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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"