summaryrefslogtreecommitdiffstats
path: root/jni/filters/shadows.c
diff options
context:
space:
mode:
Diffstat (limited to 'jni/filters/shadows.c')
-rw-r--r--jni/filters/shadows.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/jni/filters/shadows.c b/jni/filters/shadows.c
index af3dba470..ee4621cf2 100644
--- a/jni/filters/shadows.c
+++ b/jni/filters/shadows.c
@@ -15,6 +15,8 @@
*/
#include <math.h>
+#include <stdlib.h>
+
#include "filters.h"
void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){