diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-07 14:25:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-07 14:25:53 +0100 |
commit | feec76c52dbd94a4802fec4e85acc40b8e8f21c5 (patch) | |
tree | 2eb486ee3e124006186939a2e7d1a09b6fa724dd /src/libutil/str_util.h | |
parent | 4af2ef67e91974144de793be97b8866d2a63c658 (diff) | |
download | rspamd-feec76c52dbd94a4802fec4e85acc40b8e8f21c5.tar.gz rspamd-feec76c52dbd94a4802fec4e85acc40b8e8f21c5.zip |
Fix a couple of issues.
Diffstat (limited to 'src/libutil/str_util.h')
-rw-r--r-- | src/libutil/str_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index 2f822d97c..75938668b 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -27,6 +27,7 @@ #define SRC_LIBUTIL_STR_UTIL_H_ #include "config.h" +#include "ucl.h" /** * Compare two memory regions of size `l` using case insensitive matching |