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

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:16 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 d3f27073d022699c974cd1dc13d5a32d3e77545f
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Oct 15 12:57:33 2014 +0200

    Add missing include
---
 libyara/modules/pe.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index 187182f..0f25a82 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -14,6 +14,9 @@ See the License for the specific language governing permissions and
 limitations under the License.
 */
 
+#define _GNU_SOURCE
+
+#include <stdio.h>
 #include <ctype.h>
 #include <openssl/md5.h>
 #include <openssl/sha.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