diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-10 22:27:10 +0200 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-04-11 00:11:13 +0200 |
commit | 3df3e884ae1237ef0d4d23b0e80f4ffda95ac135 (patch) | |
tree | 630cb996d0cf23429633e4900826aac56d9271ad /src/journal/journal-file.c | |
parent | 0b452006de98294d1690f045f6ea2f7f6630ec3b (diff) |
shared: add random-util.[ch]
Diffstat (limited to 'src/journal/journal-file.c')
-rw-r--r-- | src/journal/journal-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index 6bbcc6d777..a432eb08a6 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -34,6 +34,7 @@ #include "journal-authenticate.h" #include "lookup3.h" #include "compress.h" +#include "random-util.h" #define DEFAULT_DATA_HASH_TABLE_SIZE (2047ULL*sizeof(HashItem)) #define DEFAULT_FIELD_HASH_TABLE_SIZE (333ULL*sizeof(HashItem)) |