fixed include warnings for windows build

remotes/push_mirror/0.98.2
Kevin Lin 11 years ago
parent 416ee4226b
commit e731850df8
  1. 1
      libclamav/gpt.c
  2. 4
      libclamav/others.c
  3. 1
      libclamav/scanners.c

@ -34,6 +34,7 @@
#include "cltypes.h"
#include "others.h"
#include "gpt.h"
#include "str.h"
#include "prtn_intxn.h"
#include "scanners.h"

@ -61,6 +61,10 @@
#include <stddef.h>
#endif
#ifdef HAVE_LIBXML2
#include <libxml/parser.h>
#endif
#include "clamav.h"
#include "others.h"
#include "md5.h"

@ -98,6 +98,7 @@
#include "xar.h"
#include "hfsplus.h"
#include "xz_iface.h"
#include "mbr.h"
#include "gpt.h"
#include "apm.h"

Loading…
Cancel
Save