Browse code

use HAVE_STRINGS_H (bb#1230)

git-svn: trunk@4253

Tomasz Kojm authored on 2008/10/13 18:50:36
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Oct 13 12:09:28 CEST 2008 (tk)
2
+----------------------------------
3
+  * freshclam/manager.c: use HAVE_STRINGS_H (bb#1230)
4
+
1 5
 Fri Oct 10 18:34:04 EEST 2008 (edwin)
2 6
 -------------------------------------
3 7
  * libclamav/htmlnorm.c, libclamav/libclamav.map,
... ...
@@ -38,7 +38,9 @@
38 38
 #include <unistd.h>
39 39
 #endif
40 40
 #include <string.h>
41
+#ifdef HAVE_STRINGS_H
41 42
 #include <strings.h>
43
+#endif
42 44
 #include <ctype.h>
43 45
 #ifndef C_WINDOWS
44 46
 #include <netinet/in.h>