diff options
Diffstat (limited to 'libs/binder/IInterface.cpp')
-rw-r--r-- | libs/binder/IInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IInterface.cpp b/libs/binder/IInterface.cpp index 6ea8178..9f1192f 100644 --- a/libs/binder/IInterface.cpp +++ b/libs/binder/IInterface.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <utils/IInterface.h> +#include <binder/IInterface.h> namespace android { |