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

This commit is contained in:
Elliott Hughes 2014-07-19 00:54:52 +00:00 committed by Gerrit Code Review
commit 76cbbc07ea
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>