diff --git a/src/metadata/metadata_segment.h b/src/metadata/metadata_segment.h index 6a3fb88..12470fd 100644 --- a/src/metadata/metadata_segment.h +++ b/src/metadata/metadata_segment.h @@ -6,6 +6,7 @@ #ifndef __METADATA_SEGMENT_OPS_H__ #define __METADATA_SEGMENT_OPS_H__ +#include "../utils/utils_pipeline.h" #include "metadata_raw.h" #include diff --git a/src/metadata/metadata_superblock.h b/src/metadata/metadata_superblock.h index 032dab3..4602b3b 100644 --- a/src/metadata/metadata_superblock.h +++ b/src/metadata/metadata_superblock.h @@ -8,6 +8,7 @@ #include #include "metadata_segment.h" +#include "../promotion/promotion.h" #define CACHE_MAGIC_NUMBER 0x187E1CA6 diff --git a/src/utils/utils_pipeline.h b/src/utils/utils_pipeline.h index fb18ea2..5d4e801 100644 --- a/src/utils/utils_pipeline.h +++ b/src/utils/utils_pipeline.h @@ -6,7 +6,7 @@ #ifndef __UTILS_PIPELINE_H__ #define __UTILS_PIPELINE_H__ -#include "../ocf_cache_priv.h" +#include "ocf/ocf.h" enum ocf_pipeline_step_type { ocf_pipeline_step_single,