Fix implicit declaration of function 'prctl' in logd.
(cherry picked from commit e5a0f2064b
)
Change-Id: Iee202daf3c637271a30ba0271abe68e939b5a887
This commit is contained in:
parent
cbbb83b0eb
commit
c11146efdf
|
@ -22,12 +22,11 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/capability.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <linux/prctl.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
|
||||
#include "private/android_filesystem_config.h"
|
||||
|
|
Loading…
Reference in New Issue