[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-167-g4319a8f

edwin edwin at 77e5149b-7576-45b1-b177-96237e5ba77b
Fri Jun 12 19:12:18 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit db7c30255bb6ee3731a2f28474c0ac3e93c53fad
Author: edwin <edwin at 77e5149b-7576-45b1-b177-96237e5ba77b>
Date:   Fri May 29 11:37:14 2009 +0000

    Add missing #include, fixed bb #1619.
    
    git-svn-id: http://svn.clamav.net/svn/clamav-devel/trunk@5072 77e5149b-7576-45b1-b177-96237e5ba77b

diff --git a/ChangeLog b/ChangeLog
index 487f10b..0af09cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 29 14:37:08 EEST 2009 (edwin)
+-------------------------------------
+ * clamdtop/clamdtop.c: Add missing #include, fixed bb #1619.
+
 Wed May 27 18:32:33 CEST 2009 (tk)
 ----------------------------------
  * libclamav/scanners.c: don't call cli_scanembpe() for files larger than 10MB
diff --git a/clamdtop/clamdtop.c b/clamdtop/clamdtop.c
index 8a957c6..b075ff7 100644
--- a/clamdtop/clamdtop.c
+++ b/clamdtop/clamdtop.c
@@ -28,6 +28,10 @@
 #include "clamav-config.h"
 #endif
 
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list