Fix implicit declaration of function 'prctl' in installd.

(cherry picked from commit ec535c5ba5)

Change-Id: I3da977d85ce544b23ff00934fdbd201d683e9210
This commit is contained in:
Elliott Hughes 2014-07-18 17:29:15 -07:00
parent 31d825d7ed
commit 119b765a05
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>