From 6f1080d6a82a8a62733fbf21d66a992ad3e4961d Mon Sep 17 00:00:00 2001 From: Jan Musial Date: Thu, 24 Feb 2022 12:24:56 +0100 Subject: [PATCH] Add missing include in ocf_volume.h Signed-off-by: Jan Musial --- inc/ocf_volume.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ocf_volume.h b/inc/ocf_volume.h index a2e0591..3d71e70 100644 --- a/inc/ocf_volume.h +++ b/inc/ocf_volume.h @@ -14,6 +14,7 @@ #include "ocf_types.h" #include "ocf_env_headers.h" #include "ocf/ocf_err.h" +#include "ocf/ocf_io.h" struct ocf_io;