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

Commit cbbb83b0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix implicit declaration of function 'prctl' in adb.

(cherry picked from commit b4dd6ef2)

Change-Id: Ia64bec746ae8d2c45663f61afb46702838b1e5bf
parent 7677e04e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@
#include <cutils/properties.h>
#include <private/android_filesystem_config.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include <sys/mount.h>
#include <sys/prctl.h>
#include <getopt.h>
#include <selinux/selinux.h>
#else