am a863a264: am 6b50c254: am e7c31ba1: Merge "Add missing <stdlib.h> include to the native app glue."

* commit 'a863a264adca7c40e53d539061059cc40670bcc0':
  Add missing <stdlib.h> include to the native app glue.
This commit is contained in:
Elliott Hughes
2015-02-20 17:15:18 +00:00
committed by Android Git Automerger

View File

@@ -18,6 +18,7 @@
#include <jni.h> #include <jni.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <sys/resource.h> #include <sys/resource.h>