diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-12 18:23:26 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-12 18:23:55 +0000 |
commit | 5e311513d90b0ff1501607f18b547d2e2db053a2 (patch) | |
tree | 465df821019a8004d8a797d7dfab3fbd8a34ae6c /config.h.in | |
parent | b4e37e3b6978d4ad7b8e0dc96ccaaeae8cb6185a (diff) | |
download | rspamd-5e311513d90b0ff1501607f18b547d2e2db053a2.tar.gz rspamd-5e311513d90b0ff1501607f18b547d2e2db053a2.zip |
Include gmodule as well as glib
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 4505c87bc..7e407ba64 100644 --- a/config.h.in +++ b/config.h.in @@ -258,7 +258,7 @@ #include <errno.h> #include <glib.h> - +#include <gmodule.h> #ifdef GLIB_RE_COMPAT #include "gregex.h" |