mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-10 10:56:47 +02:00
bit_reader.h: correct include
use webp/types.h rather than webp/decode_vp8.h Change-Id: I9c6da04b92ff00d6dac47ce3eb0bcb2d6a96712d
This commit is contained in:
parent
231ec1fb6d
commit
1bd0bd0d4d
@ -18,7 +18,7 @@
|
|||||||
#include <stdlib.h> // _byteswap_ulong
|
#include <stdlib.h> // _byteswap_ulong
|
||||||
#endif
|
#endif
|
||||||
#include <string.h> // For memcpy
|
#include <string.h> // For memcpy
|
||||||
#include "../webp/decode_vp8.h"
|
#include "../webp/types.h"
|
||||||
|
|
||||||
#if defined(__cplusplus) || defined(c_plusplus)
|
#if defined(__cplusplus) || defined(c_plusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user