git-svn: trunk@4255
0.95
Tomasz Kojm 17 years ago
parent b1fa154b64
commit c702906433
  1. 3
      clamav-milter/clamav-milter.c
  2. 3
      clamd/dazukoio.c
  3. 3
      libclamav/htmlnorm.c
  4. 3
      libclamav/str.c
  5. 3
      shared/cfgparser.c

@ -65,6 +65,9 @@ static char const rcsid[] = "$Id: clamav-milter.c,v 1.312 2007/02/12 22:24:21 nj
#if HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <sys/wait.h>
#include <assert.h>
#include <sys/socket.h>

@ -42,6 +42,9 @@
#include <sys/types.h>
#include <fcntl.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <unistd.h>
#include "dazukoio_xp.h"
#include "dazukoio.h"

@ -32,6 +32,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <string.h>
#include <errno.h>
#include <stdio.h>

@ -27,6 +27,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <ctype.h>
#include <sys/types.h>

@ -24,6 +24,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
#include <ctype.h>
#include "shared/cfgparser.h"

Loading…
Cancel
Save