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

Commit 76cbbc07 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 4dd0d800 1e4ee9af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>