Commit ecb6e49d authored by Ben Walker's avatar Ben Walker Committed by Daniel Verkamp
Browse files

scsi: Include spdk/bdev.h from scsi_bdev.c



This compilation unit depends on bdev.h definitions, but
was only getting them due to #include ordering elsewhere.

Change-Id: I4fcbdb2582a40836bcabc3539cc558614fbfacfd
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
parent b6e94ef1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
 */

#include "scsi_internal.h"

#include "spdk/bdev.h"
#include "spdk/endian.h"
#include "spdk/string.h"