Merge "Fix implicit declaration of function 'prctl' in adb."

This commit is contained in:
Elliott Hughes 2014-07-18 23:45:26 +00:00 committed by Gerrit Code Review
commit fd62d07db0
1 changed files with 1 additions and 1 deletions

View File

@ -37,8 +37,8 @@
#include <cutils/properties.h>
#include <private/android_filesystem_config.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include <sys/mount.h>
#include <sys/prctl.h>
#include <getopt.h>
#include <selinux/selinux.h>
#else