diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-14 17:25:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-14 17:25:56 +0000 |
commit | 9546576a9e449ac0d57246679af8b00d940af55b (patch) | |
tree | 5822f2d6c6c604ba48ebac04173be245f8815c2c /src/libutil/uthash_strcase.h | |
parent | aa07f4bc9eff2a252743e20faa334f2aa7d589d5 (diff) | |
download | rspamd-9546576a9e449ac0d57246679af8b00d940af55b.tar.gz rspamd-9546576a9e449ac0d57246679af8b00d940af55b.zip |
[Minor] Fix some issues
Diffstat (limited to 'src/libutil/uthash_strcase.h')
-rw-r--r-- | src/libutil/uthash_strcase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/uthash_strcase.h b/src/libutil/uthash_strcase.h index 77c807630..fba97d9b1 100644 --- a/src/libutil/uthash_strcase.h +++ b/src/libutil/uthash_strcase.h @@ -16,6 +16,9 @@ #ifndef UTHASH_STRCASE_H_ #define UTHASH_STRCASE_H_ +#ifdef UTHASH_H +#error Invalid include order: uthash is already included +#endif /* Utils for uthash tuning */ #ifndef HASH_CASELESS |