mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
normalize example header includes
headers from examples/ aren't installed so prefix with './' to be explicit. Change-Id: Ie6c1544a026a9859b7fc0cf238b21e031ef0013f
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
|
||||
#include "webp/decode.h"
|
||||
#include "./example_util.h"
|
||||
#include "stopwatch.h"
|
||||
#include "./stopwatch.h"
|
||||
|
||||
static int verbose = 0;
|
||||
#ifndef WEBP_DLL
|
||||
|
Reference in New Issue
Block a user