fix some includes

git-svn: trunk@2651
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent aa65d9599e
commit e48dcea965
  1. 2
      clamav-devel/clamscan/manager.c
  2. 2
      clamav-devel/clamscan/manager.h
  3. 2
      clamav-devel/clamscan/treewalk.h
  4. 2
      clamav-devel/freshclam/manager.c
  5. 2
      clamav-devel/freshclam/nonblock.c
  6. 5
      clamav-devel/libclamav/phishcheck.c
  7. 2
      clamav-devel/sigtool/sigtool.c
  8. 10
      clamav-devel/sigtool/vba.c

@ -37,7 +37,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <signal.h>
#include <clamav.h>
#include "clamav.h"
#include <errno.h>
#include "defaults.h"

@ -20,7 +20,7 @@
#ifndef __MANAGER_H
#define __MANAGER_H
#include <clamav.h>
#include "libclamav/clamav.h"
#include <pwd.h>
#include "options.h"

@ -21,7 +21,7 @@
#define __TREEWALK_H
#include <pwd.h>
#include <clamav.h>
#include "libclamav/clamav.h"
#include "options.h"

@ -38,7 +38,6 @@
#include <time.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <clamav.h>
#include <errno.h>
#include "defaults.h"
@ -56,6 +55,7 @@
#include "shared/memory.h"
#include "shared/cdiff.h"
#include "libclamav/clamav.h"
#include "libclamav/others.h"
#include "libclamav/str.h"
#include "libclamav/cvd.h"

@ -35,10 +35,10 @@
#include <time.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <clamav.h>
#include <errno.h>
#include "shared/output.h"
#include "libclamav/clamav.h"
#ifdef SO_ERROR

@ -19,6 +19,9 @@
* MA 02110-1301, USA.
*
* $Log: phishcheck.c,v $
* Revision 1.20 2007/01/30 18:29:21 tkojm
* fix some includes
*
* Revision 1.19 2007/01/13 19:39:21 tkojm
* phishing fixes (bb#157)
*
@ -155,7 +158,7 @@ case CL_PHISH_HOST_NOT_LISTED:
#endif
#include <ctype.h>
#include <limits.h>
#include <clamav.h>
#include "clamav.h"
#ifndef C_WINDOWS
#include <netdb.h>
#include <netinet/in.h>

@ -36,7 +36,6 @@
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <clamav.h>
#include <sys/wait.h>
#include <dirent.h>
@ -53,6 +52,7 @@
#include "shared/misc.h"
#include "shared/cdiff.h"
#include "libclamav/clamav.h"
#include "libclamav/cvd.h"
#include "libclamav/others.h"
#include "libclamav/str.h"

@ -25,13 +25,13 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <clamav.h>
#include <ctype.h>
#include "../libclamav/vba_extract.h"
#include "../libclamav/others.h"
#include "../libclamav/cltypes.h"
#include "../libclamav/ole2_extract.h"
#include "libclamav/clamav.h"
#include "libclamav/vba_extract.h"
#include "libclamav/others.h"
#include "libclamav/cltypes.h"
#include "libclamav/ole2_extract.h"
typedef struct mac_token_tag
{

Loading…
Cancel
Save