diff options
author | Marco Nelissen <marcone@google.com> | 2010-02-11 14:41:20 -0800 |
---|---|---|
committer | Marco Nelissen <marcone@google.com> | 2010-02-11 14:41:20 -0800 |
commit | 6b03844b48c13c52d4c7ec4754d53501814098d8 (patch) | |
tree | ca1551cdb85e05299d822e0d8213f510608d56e8 /cmds/runtime | |
parent | 2870552b412cd8186c6605d108b736832b9b82da (diff) | |
download | frameworks_base-6b03844b48c13c52d4c7ec4754d53501814098d8.zip frameworks_base-6b03844b48c13c52d4c7ec4754d53501814098d8.tar.gz frameworks_base-6b03844b48c13c52d4c7ec4754d53501814098d8.tar.bz2 |
Fix simulator build.
Diffstat (limited to 'cmds/runtime')
-rw-r--r-- | cmds/runtime/main_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp index 21e0e4d..83cb533 100644 --- a/cmds/runtime/main_runtime.cpp +++ b/cmds/runtime/main_runtime.cpp @@ -19,7 +19,7 @@ #include <private/utils/Static.h> -#include <ui/ISurfaceComposer.h> +#include <surfaceflinger/ISurfaceComposer.h> #include <android_runtime/AndroidRuntime.h> |