diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-19 10:51:57 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-19 10:51:57 +0000 |
commit | 928fc904eb84862a3169e2c7bafdb6292c4b596b (patch) | |
tree | 7f0625e9d33575cea4f029ce7986ab8e72071676 /contrib | |
parent | b8588cdab3d7c744f643d13eda1fc652e3bdc5a2 (diff) | |
download | rspamd-928fc904eb84862a3169e2c7bafdb6292c4b596b.tar.gz rspamd-928fc904eb84862a3169e2c7bafdb6292c4b596b.zip |
[Minor] Add missing macro
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/t1ha/t1ha.h | 5 |
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__ |