diff options
Diffstat (limited to 'tests/fuzztest/fuzztest.c')
-rw-r--r-- | tests/fuzztest/fuzztest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzztest/fuzztest.c b/tests/fuzztest/fuzztest.c index 996ed450..d3701724 100644 --- a/tests/fuzztest/fuzztest.c +++ b/tests/fuzztest/fuzztest.c @@ -9,7 +9,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" |