From 6b70ffeb2a652ee76e763fb81ed777de2d97e873 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 16 Jun 2025 09:45:46 -0400 Subject: [PATCH] ZFS: Fix tests build with FORTIFY_SOURCE Reviewed by: kevans Event: Kitchener-Waterloo Hackathon 202506 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50876 --- cddl/lib/libtpool/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cddl/lib/libtpool/tests/Makefile b/cddl/lib/libtpool/tests/Makefile index d87f5fc86789..19e43cc18821 100644 --- a/cddl/lib/libtpool/tests/Makefile +++ b/cddl/lib/libtpool/tests/Makefile @@ -9,4 +9,5 @@ CFLAGS+= -I${ZFSTOP}/include \ LIBADD+= pthread tpool +.include "${SRCTOP}/cddl/Makefile.inc" .include