shithub: choc

Download patch

ref: 8bc57f30c05c0bdb3ee44d99679b4195051d00fa
parent: f3d57a518d6eb6453de292e76bafd014818bd480
author: Fabian Greffrath <fabian@greffrath.com>
date: Tue Apr 28 04:55:01 EDT 2015

include <string.h> in z_zone.c for memset()

--- a/src/z_zone.c
+++ b/src/z_zone.c
@@ -16,6 +16,8 @@
 //	Zone Memory Allocation. Neat.
 //
 
+#include <string.h>
+
 #include "doomtype.h"
 #include "i_system.h"
 #include "m_argv.h"