Browse code

update

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

Tomasz Kojm authored on 2006/01/12 11:00:25
Showing 1 changed files
... ...
@@ -648,6 +648,8 @@ int cli_scansis(int desc, const char **virname, long int *scanned, const struct
648 648
 
649 649
 #else /* HAVE_MMAP */
650 650
 
651
+#include "clamav.h"
652
+
651 653
 int cli_scansis(int desc, const char **virname, long int *scanned, const struct cl_engine *engine, const struct cl_limits *limits, unsigned int options, unsigned int arec, unsigned int mrec)
652 654
 {
653 655
     cli_warnmsg("Support for SIS files not compiled in!\n");