]> err.no Git - varnish/commitdiff
#include "compat/srandomdev.h" for srandomdev()
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Aug 2006 12:57:25 +0000 (12:57 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Aug 2006 12:57:25 +0000 (12:57 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@772 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index 44b25254b6b49761b4391dc23a75545c3776b259..b7351945b8d03d9d44eeb54b75109fa06dcb418c 100644 (file)
@@ -27,6 +27,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include "compat/srandomdev.h"
+
 #include "heritage.h"
 #include "shmlog.h"
 #include "cache.h"