summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stand/libofw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile
index d2bb03d1b289..2d3e30e1ace9 100644
--- a/stand/libofw/Makefile
+++ b/stand/libofw/Makefile
@@ -10,6 +10,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
.PATH: ${ZFSSRC}
SRCS+= devicename_stubs.c
CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs
+CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/common
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${LDRSRC}