diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile index 1017988705a6..d2bb03d1b289 100644 --- a/stand/libofw/Makefile +++ b/stand/libofw/Makefile @@ -9,7 +9,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \ ofw_time.c openfirm.c .PATH: ${ZFSSRC} SRCS+= devicename_stubs.c -CFLAGS+= -I${ZFSSRC} +CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs # Pick up the bootstrap header for some interface items CFLAGS+= -I${LDRSRC}