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

This commit is contained in:
Elliott Hughes 2014-07-19 00:30:04 +00:00 committed by Gerrit Code Review
commit 4dd0d8008a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
*/
#include <sys/capability.h>
#include <linux/prctl.h>
#include <sys/prctl.h>
#include <selinux/android.h>
#include <selinux/avc.h>