commit | 0170cd016c8c649da3a3d845276e6c5ffa350481 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jul 18 16:57:34 2016 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon Jul 18 17:01:04 2016 -0700 |
tree | da5651a3b828e9f7c3b4f3203047998b72fcdd8a | |
parent | 7d8f246415075326557b0ebbf95050b715fd4002 [diff] [blame] |
Change to include linux/android/binder.h. The upstream kernels have binder.h as linux/android/binder.h, so match that. Bug: 30072483 Change-Id: Iacdc96629dd09c1f4be0a5767666ab64b3df8f15
diff --git a/cmds/servicemanager/binder.h b/cmds/servicemanager/binder.h index 7915fc2..881ab07 100644 --- a/cmds/servicemanager/binder.h +++ b/cmds/servicemanager/binder.h
@@ -5,7 +5,7 @@ #define _BINDER_H_ #include <sys/ioctl.h> -#include <linux/binder.h> +#include <linux/android/binder.h> struct binder_state;