Browse code

cosmetics

git-svn: trunk@4255

Tomasz Kojm authored on 2008/10/13 20:17:35
Showing 5 changed files
... ...
@@ -65,6 +65,9 @@ static	char	const	rcsid[] = "$Id: clamav-milter.c,v 1.312 2007/02/12 22:24:21 nj
65 65
 #if	HAVE_STRING_H
66 66
 #include <string.h>
67 67
 #endif
68
+#ifdef HAVE_STRINGS_H
69
+#include <strings.h>
70
+#endif
68 71
 #include <sys/wait.h>
69 72
 #include <assert.h>
70 73
 #include <sys/socket.h>
... ...
@@ -42,6 +42,9 @@
42 42
 #include <sys/types.h>
43 43
 #include <fcntl.h>
44 44
 #include <string.h>
45
+#ifdef HAVE_STRINGS_H
46
+#include <strings.h>
47
+#endif
45 48
 #include <unistd.h>
46 49
 #include "dazukoio_xp.h"
47 50
 #include "dazukoio.h"
... ...
@@ -32,6 +32,9 @@
32 32
 #include <sys/types.h>
33 33
 #include <sys/stat.h>
34 34
 #include <fcntl.h>
35
+#ifdef HAVE_STRINGS_H
36
+#include <strings.h>
37
+#endif
35 38
 #include <string.h>
36 39
 #include <errno.h>
37 40
 #include <stdio.h>
... ...
@@ -27,6 +27,9 @@
27 27
 #include <stdio.h>
28 28
 #include <stdlib.h>
29 29
 #include <string.h>
30
+#ifdef HAVE_STRINGS_H
31
+#include <strings.h>
32
+#endif
30 33
 #include <ctype.h>
31 34
 #include <sys/types.h>
32 35
 
... ...
@@ -24,6 +24,9 @@
24 24
 #include <stdio.h>
25 25
 #include <stdlib.h>
26 26
 #include <string.h>
27
+#ifdef HAVE_STRINGS_H
28
+#include <strings.h>
29
+#endif
27 30
 #include <ctype.h>
28 31
 
29 32
 #include "shared/cfgparser.h"