[Forensics-changes] [yara] 11/407: Add missing include

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:58 UTC 2017


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

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

commit d6b4afe74204dfe86a2c883863861f1c0d721978
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Wed Aug 27 23:18:28 2014 +0200

    Add missing include
---
 libyara/modules/pe.c | 1 +
 libyara/parser.c     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index e10a95e..f4eb13d 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -22,6 +22,7 @@ limitations under the License.
 
 #include <yara/modules.h>
 #include <yara/mem.h>
+#include <yara/strutils.h>
 
 
 #define MODULE_NAME pe
diff --git a/libyara/parser.c b/libyara/parser.c
index afb3d04..bdbd124 100644
--- a/libyara/parser.c
+++ b/libyara/parser.c
@@ -23,6 +23,7 @@ limitations under the License.
 #include <yara/error.h>
 #include <yara/exec.h>
 #include <yara/object.h>
+#include <yara/strutils.h>
 #include <yara/utils.h>
 #include <yara/modules.h>
 #include <yara/parser.h>

-- 
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