Browse code

missing .h's in nulsft.c

git-svn: trunk@3094

aCaB authored on 2007/06/01 01:38:59
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Thu May 31 17:59:10 CEST 2007 (acab)
2
+------------------------------------
3
+  * libclamav/nsis/nulsft.c: added missing includes
4
+			     (thanks to Gianluigi Tiesi)
5
+
1 6
 Thu May 31 01:27:04 CEST 2007 (tk)
2 7
 ----------------------------------
3 8
   * 0.91rc1 (released with JS and PST code removed)
... ...
@@ -35,6 +35,8 @@
35 35
 #include "nsis_bzlib.h"
36 36
 #include "LZMADecode.h"
37 37
 #include "nsis_zlib.h"
38
+#include "matcher.h"
39
+#include "scanners.h"
38 40
 
39 41
 extern short cli_leavetemps_flag;
40 42
 
... ...
@@ -512,3 +514,4 @@ int cli_scannulsft(int desc, cli_ctx *ctx, off_t offset) {
512 512
     ctx->arec--;    
513 513
     return ret;
514 514
 }
515
+