svn commit: r328751 - stable/11/sys/dev/nvme

Alexander Motin mav at FreeBSD.org
Thu Feb 1 21:34:51 UTC 2018


Author: mav
Date: Thu Feb  1 21:34:50 2018
New Revision: 328751
URL: https://svnweb.freebsd.org/changeset/base/328751

Log:
  MFC small part of r325794 to fix the build.

Modified:
  stable/11/sys/dev/nvme/nvme_sim.c

Modified: stable/11/sys/dev/nvme/nvme_sim.c
==============================================================================
--- stable/11/sys/dev/nvme/nvme_sim.c	Thu Feb  1 21:25:56 2018	(r328750)
+++ stable/11/sys/dev/nvme/nvme_sim.c	Thu Feb  1 21:34:50 2018	(r328751)
@@ -44,6 +44,9 @@ __FBSDID("$FreeBSD$");
 #include <cam/cam_xpt_internal.h>	// Yes, this is wrong.
 #include <cam/cam_debug.h>
 
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+
 #include "nvme_private.h"
 
 #define ccb_accb_ptr spriv_ptr0


More information about the svn-src-all mailing list