From 9f41b4075b35c5d136ae3e26e267f1fe7590d29f Mon Sep 17 00:00:00 2001 From: Ashley Pittman Date: Mon, 22 Jan 2024 11:46:36 +0000 Subject: [PATCH] Add back in some ioncludes and revert date changes where possible. Required-githooks: true Signed-off-by: Ashley Pittman --- src/include/daos/container.h | 2 +- src/include/daos/mgmt.h | 1 + src/include/daos/object.h | 2 +- src/include/daos/pool.h | 1 + src/include/daos/rpc.h | 2 +- src/include/daos/task.h | 3 ++- src/include/daos_prop.h | 3 +-- src/include/daos_srv/iv.h | 2 +- src/object/obj_internal.h | 3 ++- 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/include/daos/container.h b/src/include/daos/container.h index 14a7f9e26b5..282dfb8ec49 100644 --- a/src/include/daos/container.h +++ b/src/include/daos/container.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2016-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ diff --git a/src/include/daos/mgmt.h b/src/include/daos/mgmt.h index 6a53bde2338..abd0158fb74 100644 --- a/src/include/daos/mgmt.h +++ b/src/include/daos/mgmt.h @@ -11,6 +11,7 @@ #define __DC_MGMT_H__ #include +#include #include #include diff --git a/src/include/daos/object.h b/src/include/daos/object.h index 1effd7135eb..60e7df575f8 100644 --- a/src/include/daos/object.h +++ b/src/include/daos/object.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2016-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ diff --git a/src/include/daos/pool.h b/src/include/daos/pool.h index 8b8856cd5dd..e2ba393ed94 100644 --- a/src/include/daos/pool.h +++ b/src/include/daos/pool.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include diff --git a/src/include/daos/rpc.h b/src/include/daos/rpc.h index 2ef2eab244b..b46dd7e2b76 100644 --- a/src/include/daos/rpc.h +++ b/src/include/daos/rpc.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2016-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ diff --git a/src/include/daos/task.h b/src/include/daos/task.h index 949cfa0a142..d7456920c65 100644 --- a/src/include/daos/task.h +++ b/src/include/daos/task.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2015-2024 Intel Corporation. + * (C) Copyright 2015-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ @@ -12,6 +12,7 @@ #include #include +#include #include #include diff --git a/src/include/daos_prop.h b/src/include/daos_prop.h index f572ef7d460..1155ff9d1f1 100644 --- a/src/include/daos_prop.h +++ b/src/include/daos_prop.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2015-2024 Intel Corporation. + * (C) Copyright 2015-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ @@ -15,7 +15,6 @@ extern "C" { #endif #include - #include /** diff --git a/src/include/daos_srv/iv.h b/src/include/daos_srv/iv.h index a9237a93fee..3906680624b 100644 --- a/src/include/daos_srv/iv.h +++ b/src/include/daos_srv/iv.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2017-2022 Intel Corporation. + * (C) Copyright 2017-2024 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ diff --git a/src/object/obj_internal.h b/src/object/obj_internal.h index fde9e71e3e7..4950dfd84d2 100644 --- a/src/object/obj_internal.h +++ b/src/object/obj_internal.h @@ -1,5 +1,5 @@ /** - * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2016-2023 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include