linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] nvme-cli: plugins: intel-nvme: add include
@ 2019-11-05  8:07 Marta Rybczynska
  0 siblings, 0 replies; only message in thread
From: Marta Rybczynska @ 2019-11-05  8:07 UTC (permalink / raw)
  To: Keith Busch, linux-nvme

Add sys/ioctl.h that will be needed after the update of
the kernel ioctl header.

Signed-off-by: Marta Rybczynska <marta.rybczynska@kalray.eu>
---
 plugins/intel/intel-nvme.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/intel/intel-nvme.c b/plugins/intel/intel-nvme.c
index 44e4d5d..0977581 100644
--- a/plugins/intel/intel-nvme.c
+++ b/plugins/intel/intel-nvme.c
@@ -1,5 +1,6 @@
 #include <fcntl.h>
 #include <errno.h>
+#include <sys/ioctl.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-- 
1.8.3.1

_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-05  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05  8:07 [PATCH 1/4] nvme-cli: plugins: intel-nvme: add include Marta Rybczynska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).