Browse code

fix compilation error with --enable-debug (NJH)

git-svn: trunk@3400

Tomasz Kojm authored on 2007/12/13 08:27:39
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Dec 12 23:45:21 CET 2007 (tk)
2
+---------------------------------
3
+  * libclamav/vba_extract.c: fix compilation error with --enable-debug (NJH)
4
+
1 5
 Wed Dec 12 23:37:18 CET 2007 (tk)
2 6
 ---------------------------------
3 7
   * libclamav/others.c,configure.in: bump f-level and revision
... ...
@@ -40,6 +40,9 @@
40 40
 
41 41
 #include "vba_extract.h"
42 42
 #include "others.h"
43
+#ifdef  CL_DEBUG
44
+#include "mbox.h"
45
+#endif
43 46
 #include "blob.h"
44 47
 
45 48
 #ifndef	O_BINARY