From 84101a816572c3355d2573b2fd12c6a53feac10f Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Mon, 4 Dec 2017 13:39:50 +0100 Subject: [PATCH] Fix wasm WebP compilation Change-Id: I6638628fbf3b7ae310bc892c9ca49678d1098b9b --- extras/webp_to_sdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/webp_to_sdl.c b/extras/webp_to_sdl.c index 3dabc46b..2a74715b 100644 --- a/extras/webp_to_sdl.c +++ b/extras/webp_to_sdl.c @@ -12,7 +12,7 @@ // Author: James Zern (jzern@google.com) #ifdef HAVE_CONFIG_H -#include "webp/config.h" +#include "src/webp/config.h" #endif #if defined(WEBP_HAVE_SDL) @@ -20,7 +20,7 @@ #include "webp_to_sdl.h" #include -#include "webp/decode.h" +#include "src/webp/decode.h" #if defined(WEBP_HAVE_JUST_SDL_H) #include