From 9d8c61c149266840166a9e58a2b5dbb3a8882bcb Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 6 Apr 2015 16:06:23 +0100 Subject: [PATCH] Use rspamd specific include. --- contrib/siphash/siphash_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/siphash/siphash_internal.h b/contrib/siphash/siphash_internal.h index 04b069253..c5176c588 100644 --- a/contrib/siphash/siphash_internal.h +++ b/contrib/siphash/siphash_internal.h @@ -1,7 +1,7 @@ #ifndef SIPHASH_INTERNAL_H #define SIPHASH_INTERNAL_H -#include +#include "config.h" #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ( (x) >> (64 - (b)))) #define SIP_U32TO8_LE(p, v) \ -- 2.39.5