diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-12-26 17:08:17 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-12-26 17:08:17 +0200 |
commit | 8a28b70351baf09f2131fee2fc186a96d069cc2e (patch) | |
tree | a07c1028965032ebe438f9c4e8585dcda4f6c386 /tests/fuzztest/fuzzstub.c | |
parent | e5cbee84e12e87b342d7c57808b009387e1ba2bb (diff) |
Move malloc_wrappers.c to tests/common
Diffstat (limited to 'tests/fuzztest/fuzzstub.c')
-rw-r--r-- | tests/fuzztest/fuzzstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string.h> #include <assert.h> #include <time.h> -#include "malloc_wrappers.h" +#include <malloc_wrappers.h> #include "alltypes_static.pb.h" #include "alltypes_pointer.pb.h" |