From 4583682ec14cc63f063b6769b7706af1891b0934 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 20 Jun 2020 08:22:57 +0000 Subject: [PATCH] loader: libofw build is missing sys/list.h after r362431 Add another include path --- stand/libofw/Makefile | 1 + 1 file changed, 1 insertion(+) 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}