[Forensics-changes] [yara] 09/407: Fix wrong includes

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 3f97c632f6b351d4b57dae7c9ccc2de2abc6beb9
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Wed Aug 27 23:12:06 2014 +0200

    Fix wrong includes
---
 libyara/lexer.c | 2 +-
 libyara/lexer.l | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libyara/lexer.c b/libyara/lexer.c
index e5598c7..45c632b 100644
--- a/libyara/lexer.c
+++ b/libyara/lexer.c
@@ -647,7 +647,7 @@ limitations under the License.
 #include <yara/sizedstr.h>
 #include <yara/error.h>
 #include <yara/mem.h>
-#include <yara/strings.h>
+#include <yara/strutils.h>
 
 #include "grammar.h"
 
diff --git a/libyara/lexer.l b/libyara/lexer.l
index 92126ab..f0a4c53 100644
--- a/libyara/lexer.l
+++ b/libyara/lexer.l
@@ -29,7 +29,7 @@ limitations under the License.
 #include <yara/sizedstr.h>
 #include <yara/error.h>
 #include <yara/mem.h>
-#include <yara/strings.h>
+#include <yara/strutils.h>
 
 #include "grammar.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