[Forensics-changes] [yara] 168/192: Include yara/integers.h instead of stdint.h

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:32:00 UTC 2017


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

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

commit f70a131f105306ca1368609e5c076a95ed1a6301
Author: plusvic <plusvic at gmail.com>
Date:   Mon May 8 16:20:40 2017 +0200

    Include yara/integers.h instead of stdint.h
---
 libyara/include/yara/endian.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/endian.h b/libyara/include/yara/endian.h
index 8d75012..fc44525 100644
--- a/libyara/include/yara/endian.h
+++ b/libyara/include/yara/endian.h
@@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef YR_ENDIAN_H
 #define YR_ENDIAN_H
 
-#include <stdint.h>
+#include <yara/integers.h>
 #include <config.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