mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
pngdec: add missing include
strcmp -> string.h Change-Id: I07392d07cbad420f5d4f3abfd3ffde8626f0c0f2
This commit is contained in:
parent
54b65108ad
commit
eeada35cd6
@ -21,6 +21,7 @@
|
|||||||
#include <png.h>
|
#include <png.h>
|
||||||
#include <setjmp.h> // note: this must be included *after* png.h
|
#include <setjmp.h> // note: this must be included *after* png.h
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "webp/encode.h"
|
#include "webp/encode.h"
|
||||||
#include "./metadata.h"
|
#include "./metadata.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user