From: Vsevolod Stakhov Date: Thu, 19 Jan 2017 10:51:57 +0000 (+0000) Subject: [Minor] Add missing macro X-Git-Tag: 1.5.0~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928fc904eb84862a3169e2c7bafdb6292c4b596b;p=thirdparty%2Frspamd.git [Minor] Add missing macro --- diff --git a/contrib/t1ha/t1ha.h b/contrib/t1ha/t1ha.h index 85deb89711..c41f5c5296 100644 --- a/contrib/t1ha/t1ha.h +++ b/contrib/t1ha/t1ha.h @@ -42,6 +42,11 @@ #define T1HA_INCLUDED #include "config.h" #include +#include + +#ifndef __has_builtin +#define __has_builtin(x) (0) +#endif #ifdef BYTE_ORDER #ifndef __ORDER_LITTLE_ENDIAN__