[Forensics-changes] [yara] 337/368: Fix issue with missing include file while compiling in Visual Studio 2010

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:55 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 a16be22b4fbafac807a8fcfe80bd3b9b5210ca5f
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Jun 20 16:06:30 2016 +0200

    Fix issue with missing include file while compiling in Visual Studio 2010
---
 libyara/include/yara/sizedstr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/sizedstr.h b/libyara/include/yara/sizedstr.h
index b2acad9..409366e 100644
--- a/libyara/include/yara/sizedstr.h
+++ b/libyara/include/yara/sizedstr.h
@@ -18,7 +18,7 @@ limitations under the License.
 #define _SIZEDSTR_H
 
 #include <stddef.h>
-#include <inttypes.h>
+#include <stdint.h>
 
 //
 // This struct is used to support strings containing null chars. The length of

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