diff options
Diffstat (limited to 'common/spl/spl_nvme.c')
-rw-r--r-- | common/spl/spl_nvme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/spl_nvme.c b/common/spl/spl_nvme.c index 0e15a3c7545..c8774d67ecf 100644 --- a/common/spl/spl_nvme.c +++ b/common/spl/spl_nvme.c @@ -5,6 +5,7 @@ * */ +#include <common.h> #include <spl.h> #include <nvme.h> |