Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
  • Loading branch information
robertbaldyga committed May 10, 2024
1 parent 43608fc commit 578f4b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/concurrency/ocf_pio_concurrency.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include "ocf_concurrency.h"
#include "ocf_pio_concurrency.h"
#include "../metadata/metadata_internal.h"
#include "../metadata/metadata_io.h"
#include "../ocf_priv.h"
Expand Down
2 changes: 2 additions & 0 deletions src/engine/engine_wo.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "ocf/ocf.h"
#include "engine_wo.h"
#include "../ocf_cache_priv.h"
#include "cache_engine.h"
#include "engine_common.h"
Expand Down
3 changes: 3 additions & 0 deletions src/engine/engine_wo.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef ENGINE_WO_H_
#define ENGINE_WO_H_

#include "engine_common.h"

int ocf_read_wo(struct ocf_request *req);

#endif /* ENGINE_WO_H_ */
2 changes: 2 additions & 0 deletions src/mngt/ocf_mngt_core_pool.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "ocf/ocf.h"
#include "ocf_mngt_core_pool_priv.h"
#include "ocf_mngt_common.h"
#include "../ocf_priv.h"
#include "../ocf_core_priv.h"
Expand Down

0 comments on commit 578f4b6

Please sign in to comment.