From 28d0815a57ffe9402a11a55923820837290b0a0f Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 11 Oct 2021 18:13:04 +0200 Subject: [PATCH] nvme: Update argconfig include argconfig.h is lives in the util directory. Update the include. Signed-off-by: Daniel Wagner --- nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme.c b/nvme.c index 66263196..b379e81d 100644 --- a/nvme.c +++ b/nvme.c @@ -55,7 +55,7 @@ #include "nvme-print.h" #include "plugin.h" -#include "argconfig.h" +#include "util/argconfig.h" #include "fabrics.h" #define CREATE_CMD -- 2.50.1