From 928fc904eb84862a3169e2c7bafdb6292c4b596b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 19 Jan 2017 10:51:57 +0000 Subject: [PATCH] [Minor] Add missing macro --- contrib/t1ha/t1ha.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/t1ha/t1ha.h b/contrib/t1ha/t1ha.h index 85deb8971..c41f5c529 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__ -- 2.39.5