summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/nvmecontrol/nc_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sbin/nvmecontrol/nc_util.c')
-rw-r--r--freebsd/sbin/nvmecontrol/nc_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/sbin/nvmecontrol/nc_util.c b/freebsd/sbin/nvmecontrol/nc_util.c
index 7dd5d68e..f6bf64aa 100644
--- a/freebsd/sbin/nvmecontrol/nc_util.c
+++ b/freebsd/sbin/nvmecontrol/nc_util.c
@@ -27,6 +27,9 @@
* SUCH DAMAGE.
*/
+#ifdef __rtems__
+#include <machine/rtems-bsd-program.h>
+#endif /* __rtems__ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");