Browse code

add missing #include "others.h"

git-svn: trunk@1889

Tomasz Kojm authored on 2006/04/07 02:50:27
Showing 2 changed files
... ...
@@ -1,3 +1,9 @@
1
+Thu Apr  6 19:39:36 CEST 2006 (tk)
2
+----------------------------------
3
+  * libclamav/zziplib/zzip-zip.c: add missing #include "others.h"
4
+	Patch by Alex Deiter <tiamat*komi.mts.ru>
5
+	Note: It may be required for proper zip scanning on 64-bit platforms
6
+
1 7
 Wed Apr  5 09:06:48 BST 2006 (trog)
2 8
 -----------------------------------
3 9
   * libclamav/others.c: fix possible crash in cli_bitset_test()
... ...
@@ -30,6 +30,8 @@
30 30
 #include <sys/stat.h>
31 31
 #include <unistd.h>
32 32
 
33
+#include "others.h"
34
+
33 35
 /*
34 36
 #include "__mmap.h"
35 37
 #include "__debug.h"