Fix implicit declaration of function 'prctl' in logd.
Change-Id: I0f655ad15295739adb8f04ec62c88a220413875e
This commit is contained in:
parent
fd62d07db0
commit
e5a0f2064b
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue