[Forensics-changes] [yara] 353/368: Add missing include

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit a18ac950ed62742fb541f35a8bd316be98c1cc65
Author: plusvic <plusvic at gmail.com>
Date:   Wed Jun 29 19:54:20 2016 +0200

    Add missing include
---
 libyara/include/yara/hash.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libyara/include/yara/hash.h b/libyara/include/yara/hash.h
index 4ae8232..5b41e18 100644
--- a/libyara/include/yara/hash.h
+++ b/libyara/include/yara/hash.h
@@ -30,6 +30,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef YR_HASH_H
 #define YR_HASH_H
 
+#include <stddef.h>
+
 #include <yara/utils.h>
 
 typedef struct _YR_HASH_TABLE_ENTRY

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list