]> source.dussan.org Git - rspamd.git/commitdiff
Use rspamd specific include.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Apr 2015 15:06:23 +0000 (16:06 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Apr 2015 15:06:23 +0000 (16:06 +0100)
contrib/siphash/siphash_internal.h

index 04b069253fbdc4a90490dde4b6bfe4b3eddf8c46..c5176c58802e6bc0d8378ca80eb60347a4ee69c7 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIPHASH_INTERNAL_H
 #define SIPHASH_INTERNAL_H
 
-#include <endian.h>
+#include "config.h"
 #define SIP_ROTL(x, b) (uint64_t)(((x) << (b)) | ( (x) >> (64 - (b))))
 
 #define SIP_U32TO8_LE(p, v) \