linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Marta Rybczynska <mrybczyn@kalray.eu>
To: Keith Busch <keith.busch@intel.com>,
	 linux-nvme <linux-nvme@lists.infradead.org>
Subject: [PATCH 1/4] nvme-cli: plugins: intel-nvme: add include
Date: Tue, 5 Nov 2019 09:07:28 +0100 (CET)	[thread overview]
Message-ID: <53644331.90381202.1572941248980.JavaMail.zimbra@kalray.eu> (raw)

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

                 reply	other threads:[~2019-11-05  8:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53644331.90381202.1572941248980.JavaMail.zimbra@kalray.eu \
    --to=mrybczyn@kalray.eu \
    --cc=keith.busch@intel.com \
    --cc=linux-nvme@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).