From bcb1cf796d9a43397260ed7bcd04f1d53eb05a55 Mon Sep 17 00:00:00 2001 From: BrainL Date: Mon, 3 Feb 2025 17:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E5=82=A8=E6=96=87=E4=BB=B6=E7=AE=A1?= =?UTF-8?q?=E7=90=86IDL=E5=8C=96=E5=85=B3=E8=81=94=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: BrainL Change-Id: Ic981a3d3e02e9be2842f19f7868a6c0bfcf6a153 --- services/edm_plugin/include/usb_read_only_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/edm_plugin/include/usb_read_only_plugin.h b/services/edm_plugin/include/usb_read_only_plugin.h index 60cce40c..535646e7 100644 --- a/services/edm_plugin/include/usb_read_only_plugin.h +++ b/services/edm_plugin/include/usb_read_only_plugin.h @@ -17,7 +17,7 @@ #define SERVICES_EDM_PLUGIN_INCLUDE_USB_READ_ONLY_PLUGIN_H #include "plugin_singleton.h" -#include "istorage_manager.h" +#include "out/rk3568/gen/foundation/filemanagement/storage_service/services/storage_manager/istorage_manager.h" #include "usb_interface_type.h" namespace OHOS { -- Gitee