mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Fixing compiler error in non x86 arch.
Compiler is not getting the definition of NULL. Change-Id: I521a99c715bb43e633abd4a26d73ad25bbbafc94
This commit is contained in:
parent
dcfa509a28
commit
a1ec07a618
@ -9,6 +9,8 @@
|
||||
//
|
||||
// Author: Christian Duvivier (cduvivier@google.com)
|
||||
|
||||
#include <stddef.h> // for NULL
|
||||
|
||||
#include "./dsp.h"
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
|
Loading…
Reference in New Issue
Block a user