From 4c908ce3315fda94deb307e96bf73dea331aab71 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 19 Jan 2017 10:57:44 +0000 Subject: [PATCH] [Minor] One more definition missed on Linux --- contrib/t1ha/t1ha.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/t1ha/t1ha.h b/contrib/t1ha/t1ha.h index c41f5c529..2f6e48e3f 100644 --- a/contrib/t1ha/t1ha.h +++ b/contrib/t1ha/t1ha.h @@ -44,6 +44,9 @@ #include #include +#ifndef __has_attribute +#define __has_attribute(x) (0) +#endif #ifndef __has_builtin #define __has_builtin(x) (0) #endif -- 2.39.5