summaryrefslogtreecommitdiffstats
path: root/tests/fuzztest/fuzzstub.c
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-26 17:08:17 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-26 17:08:17 +0200
commit8a28b70351baf09f2131fee2fc186a96d069cc2e (patch)
treea07c1028965032ebe438f9c4e8585dcda4f6c386 /tests/fuzztest/fuzzstub.c
parente5cbee84e12e87b342d7c57808b009387e1ba2bb (diff)
Move malloc_wrappers.c to tests/common
Diffstat (limited to 'tests/fuzztest/fuzzstub.c')
-rw-r--r--tests/fuzztest/fuzzstub.c2
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"