diff options
Diffstat (limited to 'MdePkg/Include/Library/ScsiLib.h')
-rw-r--r-- | MdePkg/Include/Library/ScsiLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/ScsiLib.h b/MdePkg/Include/Library/ScsiLib.h index bb1a1adbb3..239cd1c304 100644 --- a/MdePkg/Include/Library/ScsiLib.h +++ b/MdePkg/Include/Library/ScsiLib.h @@ -24,6 +24,8 @@ Module Name: #ifndef _SCSI_LIB_H
#define _SCSI_LIB_H
+#include <Protocol/ScsiIo.h>
+
//
// the time unit is 100ns, since the SCSI I/O defines timeout in 100ns unit.
//
|