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

(cherry picked from commit 1e4ee9afd2)

Change-Id: Ie005774484f98bb33c8f867cddb778ac04a1d4ea
This commit is contained in:
Elliott Hughes 2014-07-18 17:54:09 -07:00
parent 119b765a05
commit d2a049220a
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>