From e6acc15bc94ea35f40e50b42692584c456ba9722 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Sep 2019 07:57:01 +0200 Subject: NVMECONTROL(8): Port to RTEMS Update #3821. --- freebsd/sbin/nvmecontrol/modules/intel/intel.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'freebsd/sbin/nvmecontrol/modules/intel/intel.c') diff --git a/freebsd/sbin/nvmecontrol/modules/intel/intel.c b/freebsd/sbin/nvmecontrol/modules/intel/intel.c index 8c6c2564..1dcd3a09 100644 --- a/freebsd/sbin/nvmecontrol/modules/intel/intel.c +++ b/freebsd/sbin/nvmecontrol/modules/intel/intel.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#ifdef __rtems__ +#include +#endif /* __rtems__ */ #include __FBSDID("$FreeBSD$"); @@ -48,7 +51,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include "nvmecontrol.h" +#include "../../nvmecontrol.h" /* * Intel specific log pages from -- cgit v1.2.3