From a137f7997efc8a34da75a7643c8fade4be67e82c Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 20 Jun 2020 07:46:43 +0000 Subject: [PATCH] loader: fix libofw build after r362431 --- stand/libofw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/libofw/Makefile b/stand/libofw/Makefile index 1017988705a..d2bb03d1b28 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}