Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8acb8102 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit '76cbbc07':
  Always #include <sys/...>, not <linux/...>.
parents 6fd0408d 76cbbc07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
#include <sys/wait.h>
#include <sys/wait.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/capability.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include <sys/prctl.h>


#include <cutils/properties.h>
#include <cutils/properties.h>