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:
Ben Walker 2016-08-19 12:32:06 -07:00 committed by Daniel Verkamp
parent b6e94ef17c
commit ecb6e49d09

View File

@ -33,6 +33,8 @@
*/
#include "scsi_internal.h"
#include "spdk/bdev.h"
#include "spdk/endian.h"
#include "spdk/string.h"