From: Vsevolod Stakhov Date: Thu, 19 Jan 2017 10:51:57 +0000 (+0000) Subject: [Minor] Add missing macro X-Git-Tag: 1.4.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2ac80b8e7ae8ab35310e659c27111286b7ec1a;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__