mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 21:58:22 +01:00
Fixed the include for types.h within mux.h
Made the include (for types.h) to relative path w.r.t mux.h Change-Id: Ifb2a36557d7c8b63490738a2cc48e03993d24639
This commit is contained in:
parent
9523f2a5de
commit
667b769aee
@ -46,7 +46,7 @@
|
||||
#ifndef WEBP_WEBP_MUX_H_
|
||||
#define WEBP_WEBP_MUX_H_
|
||||
|
||||
#include "webp/types.h"
|
||||
#include "./types.h"
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user