Always #include <sys/...>, not <linux/...>.
Change-Id: I9a3f574e0dd1d3ba39312254513b8b193b610c09
This commit is contained in:
parent
ec535c5ba5
commit
1e4ee9afd2
@ -26,7 +26,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/capability.h>
|
||||
#include <linux/prctl.h>
|
||||
#include <sys/prctl.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user