mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +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
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
#include "examples/anim_util.h"
|
||||
#include "imageio/imageio_util.h"
|
||||
#include "webp/demux.h"
|
||||
#include "src/webp/demux.h"
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
// WebPAnimDecoderGetInfo() is too late to check the canvas size as
|
||||
|
Reference in New Issue
Block a user