From 2ab3e754c2962a50cd574f15832ac5ac32a05c73 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Thu, 19 Sep 2024 00:28:49 +0900 Subject: [PATCH] ocp: include util/types.h to use nvme_uint128_t This is to fix nvme_uint128_t functions to work correctly. Signed-off-by: Tokunori Ikegami --- plugins/ocp/ocp-hardware-component-log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ocp/ocp-hardware-component-log.c b/plugins/ocp/ocp-hardware-component-log.c index 679aae89..cbf5d1ed 100644 --- a/plugins/ocp/ocp-hardware-component-log.c +++ b/plugins/ocp/ocp-hardware-component-log.c @@ -6,6 +6,7 @@ #include #include "common.h" +#include "util/types.h" #include "util/logging.h" #include "nvme-print.h" -- 2.50.1