Browse code

#include others.h

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@367 77e5149b-7576-45b1-b177-96237e5ba77b

Trog authored on 2004/03/02 22:06:23
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Mar  2 13:12:57 GMT 2004 (trog)
2
+-----------------------------------
3
+  * libclamav/vba_extract.c: #include others.h
4
+
1 5
 Tue Mar  2 13:04:15 GMT 2004 (trog)
2 6
 -----------------------------------
3 7
   * clamd: intercept but ignore SIGPIPE, FreeBSD barfs
... ...
@@ -34,6 +34,7 @@
34 34
 #endif
35 35
 
36 36
 #include "vba_extract.h"
37
+#include "others.h"
37 38
 
38 39
 #define FALSE (0)
39 40
 #define TRUE (1)