Browse code

add missing cltypes.h

git-svn: trunk@2602

Tomasz Kojm authored on 2007/01/09 06:43:03
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Jan  8 22:41:21 CET 2007 (tk)
2
+---------------------------------
3
+  * libclamav/pe.h: add missing cltypes.h
4
+
1 5
 Mon Jan  8 20:43:14 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * libclamav: improve scanning of files whose types are detected on-the-fly
... ...
@@ -26,6 +26,7 @@
26 26
 #include "clamav.h"
27 27
 #include "execs.h"
28 28
 #include "others.h"
29
+#include "cltypes.h"
29 30
 
30 31
 struct pe_image_file_hdr {
31 32
     uint32_t Magic;