diff options
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h index 99673a36c8..e8c817ae1d 100644 --- a/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h +++ b/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h @@ -17,7 +17,7 @@ #define __UEFI_USB_LIB_INTERNAL_H_
#include <Uefi.h>
-#include <Library/UsbLib.h>
+#include <Library/UefiUsbLib.h>
#include <Library/BaseMemoryLib.h>
#endif
|