Merge "Add missing <stdlib.h> include to the native app glue."

This commit is contained in:
Elliott Hughes
2015-02-20 16:58:15 +00:00
committed by Gerrit Code Review

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>