From: Vsevolod Stakhov Date: Mon, 6 Apr 2015 15:06:23 +0000 (+0100) Subject: Use rspamd specific include. X-Git-Tag: 0.9.0~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d8c61c149266840166a9e58a2b5dbb3a8882bcb;p=thirdparty%2Frspamd.git Use rspamd specific include. --- diff --git a/contrib/siphash/siphash_internal.h b/contrib/siphash/siphash_internal.h index 04b069253f..c5176c5880 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) \