summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-06-23 14:45:33 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-06-23 14:45:33 +0400
commit18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01 (patch)
treeeb79d0b925375a19aae1f7e88323621990c72150 /config.h.in
parent80e9384ebfaca000eb7f0693a466795f51e3f29d (diff)
downloadrspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.tar.gz
rspamd-18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01.zip
* Fix compatibility issues
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 7ceb0aaec..15b629507 100644
--- a/config.h.in
+++ b/config.h.in
@@ -240,10 +240,15 @@
/* string */
-#ifdef HAVE_STDIO_H
+#ifdef HAVE_STRING_H
#include <string.h>
#endif
+/* strings */
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
/* fcntl */
#ifdef HAVE_FCNTL_H
#include <fcntl.h>