commit | 19deced119360320779375aaa8046dcbcbea3c02 | [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 | 870408c5595613427812fde29784083fcc760e79 | |
parent | bd22ffd8566c815821c307921963fa98975b4da3 [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>