Always #include <sys/...>, not <linux/...>.

Change-Id: I9a3f574e0dd1d3ba39312254513b8b193b610c09
This commit is contained in:
Elliott Hughes 2014-07-18 17:54:09 -07:00
parent ec535c5ba5
commit 1e4ee9afd2
1 changed files with 1 additions and 1 deletions

View File

@ -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>