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

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

Fix implicit declaration of function 'prctl' in adb.

Change-Id: I9f14cabbb36d658510c11833b3314565a2445e10
parent 719fd238
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