add missing cltypes.h

git-svn: trunk@2602
remotes/push_mirror/metadata
Tomasz Kojm 19 years ago
parent 73218de24b
commit 355450c954
  1. 4
      clamav-devel/ChangeLog
  2. 1
      clamav-devel/libclamav/pe.h

@ -1,3 +1,7 @@
Mon Jan 8 22:41:21 CET 2007 (tk)
---------------------------------
* libclamav/pe.h: add missing cltypes.h
Mon Jan 8 20:43:14 CET 2007 (tk)
---------------------------------
* libclamav: improve scanning of files whose types are detected on-the-fly

@ -26,6 +26,7 @@
#include "clamav.h"
#include "execs.h"
#include "others.h"
#include "cltypes.h"
struct pe_image_file_hdr {
uint32_t Magic;

Loading…
Cancel
Save