[Forensics-changes] [yara] 56/160: Included stdint.h for uint16_t, required for more strict compilers.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:29:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.4.0
in repository yara.
commit eb0dd1427301e4142b4ee53a0c11a33e24f5d346
Author: orange.toaster <orange.toaster at gmail.com>
Date: Tue Mar 17 17:37:53 2015 -0700
Included stdint.h for uint16_t, required for more strict compilers.
---
libyara/modules/pe_utils.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libyara/modules/pe_utils.c b/libyara/modules/pe_utils.c
index 5bb250c..5cfc422 100644
--- a/libyara/modules/pe_utils.c
+++ b/libyara/modules/pe_utils.c
@@ -3,6 +3,7 @@
#if !HAVE_TIMEGM
#include <time.h>
+#include <stdint.h>
static int is_leap(
unsigned int year)
--
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