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

* commit '844306bd9cb3c8b3e514e5d91e9514556e8f95f4':
  adb: use correct header file.
This commit is contained in:
Nick Kralevich 2013-02-28 23:22:04 +00:00 committed by Android Git Automerger
commit 277626e59d

View file

@ -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