OSDN Git Service

Add missing includes.
authorDan Albert <danalbert@google.com>
Tue, 26 Jul 2016 22:06:10 +0000 (15:06 -0700)
committerDan Albert <danalbert@google.com>
Wed, 27 Jul 2016 17:35:17 +0000 (10:35 -0700)
commitc2122c6e57cad3c90ac7eeb8c42fa8416984590c
tree940ccb898d2a40dfe61f77bacee08fff06214291
parentfb7f4481a1d6ded32bc3a29d7683cd90bf24b2fc
Add missing includes.

These files all use malloc/free but never include it. It looks like
the NDK headers leak stdlib.h through something that was being
included, but the updated headers don't have that mess.

Test: mma
Change-Id: Ia34a2d74f382f88476708e31da819ea18ab0aa4f
jni/filters/geometry.c
jni/filters/highlight.c
jni/filters/redEyeMath.c
jni/filters/shadows.c
jni/filters/wbalance.c