summaryrefslogtreecommitdiffstats
path: root/cmds/runtime
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2009-05-26 12:05:54 -0700
committerAndy McFadden <fadden@android.com>2009-05-26 12:06:31 -0700
commit19deced119360320779375aaa8046dcbcbea3c02 (patch)
tree870408c5595613427812fde29784083fcc760e79 /cmds/runtime
parentbd22ffd8566c815821c307921963fa98975b4da3 (diff)
downloadframeworks_native-19deced119360320779375aaa8046dcbcbea3c02.zip
frameworks_native-19deced119360320779375aaa8046dcbcbea3c02.tar.gz
frameworks_native-19deced119360320779375aaa8046dcbcbea3c02.tar.bz2
Fix sim-eng build.
Diffstat (limited to 'cmds/runtime')
-rw-r--r--cmds/runtime/ServiceManager.h2
1 files changed, 1 insertions, 1 deletions
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>