am 76cbbc07: Merge "Always #include <sys/...>, not <linux/...>."

* commit '76cbbc07ea98d2a2f75173fe7ba5444d44ebd99f':
  Always #include <sys/...>, not <linux/...>.
This commit is contained in:
Elliott Hughes 2014-07-19 01:01:01 +00:00 committed by Android Git Automerger
commit 8acb810235

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>