From d77c35bfd072a13e3fed8c180f8991613f743c56 Mon Sep 17 00:00:00 2001 From: Slawomir_Jankowski Date: Wed, 2 Oct 2019 14:43:29 +0200 Subject: [PATCH] Add missing include Add missing '#include ocf_err.h' to 'ocf_volume.h'. Signed-off-by: Slawomir_Jankowski --- inc/ocf_volume.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ocf_volume.h b/inc/ocf_volume.h index 24456c7..ca3f9c2 100644 --- a/inc/ocf_volume.h +++ b/inc/ocf_volume.h @@ -13,6 +13,7 @@ #include "ocf_types.h" #include "ocf_env.h" +#include "ocf/ocf_err.h" struct ocf_io;