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

Commit 277626e5 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 844306bd: am cc4499b6: Merge "adb: use correct header file."

* commit '844306bd':
  adb: use correct header file.
parents 4c609e96 844306bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@

#if !ADB_HOST
#include <private/android_filesystem_config.h>
#include <linux/capability.h>
#include <sys/capability.h>
#include <linux/prctl.h>
#include <sys/mount.h>
#else