From: ajs124 Date: Wed, 2 Nov 2022 15:02:03 +0000 (+0100) Subject: plugins/ocp: Include timer.h X-Git-Tag: v2.2.1~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1e300bdef61d51d8509e47dfb990f4ff2d93091e;p=users%2Fsagi%2Fnvme-cli.git 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 --- 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"