Browse code

include clamav.h (closes bug#101)

git-svn: trunk@2442

Tomasz Kojm authored on 2006/10/28 21:54:36
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Oct 28 14:54:00 CEST 2006 (tk)
2
+----------------------------------
3
+  * libclamav/others.h: include clamav.h (closes bug#101)
4
+
1 5
 Sat Oct 28 14:48:03 CEST 2006 (tk)
2 6
 ----------------------------------
3 7
   * clamd/session.c: MULTISCAN: handle inaccessible directories more gently
... ...
@@ -24,6 +24,8 @@
24 24
 #include <stdlib.h>
25 25
 #include "cltypes.h"
26 26
 
27
+#include "clamav.h"
28
+
27 29
 /*
28 30
  * CLI_ISCONTAINED(buf1, size1, buf2, size2) checks if buf2 is contained
29 31
  * within buf1.