aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-19 10:51:57 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-19 10:51:57 +0000
commit928fc904eb84862a3169e2c7bafdb6292c4b596b (patch)
tree7f0625e9d33575cea4f029ce7986ab8e72071676 /contrib
parentb8588cdab3d7c744f643d13eda1fc652e3bdc5a2 (diff)
downloadrspamd-928fc904eb84862a3169e2c7bafdb6292c4b596b.tar.gz
rspamd-928fc904eb84862a3169e2c7bafdb6292c4b596b.zip
[Minor] Add missing macro
Diffstat (limited to 'contrib')
-rw-r--r--contrib/t1ha/t1ha.h5
1 files changed, 5 insertions, 0 deletions
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 <string.h>
+#include <stddef.h>
+
+#ifndef __has_builtin
+#define __has_builtin(x) (0)
+#endif
#ifdef BYTE_ORDER
#ifndef __ORDER_LITTLE_ENDIAN__