mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-18 23:09:52 +02:00
fuzzer/*: normalize src/ includes
this uses the format introduced to some files in:cc3577e9
fuzzer/*: use src/ based include paths Change-Id: I9b5cbeadbb9d54d1e89f474a6e479a5eb3175ed7 (cherry picked from commitc5bc36243a
)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "./fuzz_utils.h"
|
||||
#include "webp/decode.h"
|
||||
#include "src/webp/decode.h"
|
||||
|
||||
int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
|
||||
int w, h;
|
||||
|
Reference in New Issue
Block a user