From 1e300bdef61d51d8509e47dfb990f4ff2d93091e Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 2 Nov 2022 16:02:03 +0100 Subject: [PATCH] plugins/ocp: Include timer.h The plugin uses timer.h function and types. Add the missing header. [dwagner: added commit message] Signed-off-by: Daniel Wagner --- plugins/ocp/ocp-nvme.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ocp/ocp-nvme.c b/plugins/ocp/ocp-nvme.c index e7769c9b..5cbf6cb2 100644 --- a/plugins/ocp/ocp-nvme.c +++ b/plugins/ocp/ocp-nvme.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "common.h" #include "nvme.h" -- 2.49.0