]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nbft: fixup include for libnvme
authorDaniel Wagner <dwagner@suse.de>
Fri, 2 Feb 2024 07:47:14 +0000 (08:47 +0100)
committerDaniel Wagner <wagi@monom.org>
Fri, 2 Feb 2024 10:09:00 +0000 (11:09 +0100)
libnvme.h is from an external source, so use the correct include
grammar.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nbft.c

diff --git a/nbft.c b/nbft.c
index eb4c0a7ad4fd33e05b0f8bdddec89e5f264457f1..f2201d8ab3d0f7efa17d6498af793a925f9a6bfe 100644 (file)
--- a/nbft.c
+++ b/nbft.c
@@ -5,9 +5,10 @@
 #include <fnmatch.h>
 #include <stdlib.h>
 
+#include <libnvme.h>
+
 #include "nvme.h"
 #include "nbft.h"
-#include "libnvme.h"
 #include "fabrics.h"
 
 #include "util/types.h"