missing .h's in nulsft.c

git-svn: trunk@3094
remotes/push_mirror/metadata
aCaB 18 years ago
parent f5b0892022
commit 69c0611256
  1. 5
      ChangeLog
  2. 3
      libclamav/nsis/nulsft.c

@ -1,3 +1,8 @@
Thu May 31 17:59:10 CEST 2007 (acab)
------------------------------------
* libclamav/nsis/nulsft.c: added missing includes
(thanks to Gianluigi Tiesi)
Thu May 31 01:27:04 CEST 2007 (tk)
----------------------------------
* 0.91rc1 (released with JS and PST code removed)

@ -35,6 +35,8 @@
#include "nsis_bzlib.h"
#include "LZMADecode.h"
#include "nsis_zlib.h"
#include "matcher.h"
#include "scanners.h"
extern short cli_leavetemps_flag;
@ -512,3 +514,4 @@ int cli_scannulsft(int desc, cli_ctx *ctx, off_t offset) {
ctx->arec--;
return ret;
}

Loading…
Cancel
Save