Commit 5d3dc293 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Include compat/srandomdev.h in cache_main.c to fix build on Linux.

parent 3c53c1af
......@@ -40,6 +40,10 @@
#include "waiter/waiter.h"
#include "hash/hash_slinger.h"
#ifndef HAVE_SRANDOMDEV
#include "compat/srandomdev.h"
#endif
volatile struct params *cache_param;
/*--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment