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: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
b6e94ef17c
commit
ecb6e49d09
@ -33,6 +33,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "scsi_internal.h"
|
#include "scsi_internal.h"
|
||||||
|
|
||||||
|
#include "spdk/bdev.h"
|
||||||
#include "spdk/endian.h"
|
#include "spdk/endian.h"
|
||||||
#include "spdk/string.h"
|
#include "spdk/string.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user