aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index 5d060d2..132ede6 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -23,6 +23,7 @@
23 * THE SOFTWARE. 23 * THE SOFTWARE.
24 */ 24 */
25 25
26#define _CRT_SECURE_NO_WARNINGS
26#ifdef _DEBUG 27#ifdef _DEBUG
27#define _CRTDBG_MAP_ALLOC 28#define _CRTDBG_MAP_ALLOC
28#include <stdlib.h> 29#include <stdlib.h>