From 8a28b70351baf09f2131fee2fc186a96d069cc2e Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Fri, 26 Dec 2014 17:08:17 +0200 Subject: Move malloc_wrappers.c to tests/common --- tests/fuzztest/fuzzstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fuzztest/fuzzstub.c') diff --git a/tests/fuzztest/fuzzstub.c b/tests/fuzztest/fuzzstub.c index 50998416..ce14b9ba 100644 --- a/tests/fuzztest/fuzzstub.c +++ b/tests/fuzztest/fuzzstub.c @@ -10,7 +10,7 @@ #include #include #include -#include "malloc_wrappers.h" +#include #include "alltypes_static.pb.h" #include "alltypes_pointer.pb.h" -- cgit 1.2.3-korg