commit | 2e37a0ca87ed1ac6c74018850aa1c29b66f6771c | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Tue May 26 12:05:54 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Tue May 26 12:06:31 2009 -0700 |
tree | 86e4a1020b869ee626bdbdffa0990ad6808e3e27 | |
parent | 3246c224d5860b78e1c7264906dbcecca415da9d [diff] [blame] |
Fix sim-eng build.
diff --git a/cmds/runtime/ServiceManager.h b/cmds/runtime/ServiceManager.h index d09cec8..090ca6d 100644 --- a/cmds/runtime/ServiceManager.h +++ b/cmds/runtime/ServiceManager.h
@@ -4,7 +4,7 @@ #ifndef ANDROID_SERVICE_MANAGER_H #define ANDROID_SERVICE_MANAGER_H -#include <utils/IServiceManager.h> +#include <binder/IServiceManager.h> #include <utils/KeyedVector.h> #include <utils/threads.h>