aboutsummaryrefslogtreecommitdiff
path: root/lib/libbe/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libbe/tests/Makefile')
-rw-r--r--lib/libbe/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbe/tests/Makefile b/lib/libbe/tests/Makefile
index dfe49bd7f3e5..57e33b75aabc 100644
--- a/lib/libbe/tests/Makefile
+++ b/lib/libbe/tests/Makefile
@@ -20,6 +20,6 @@ CFLAGS+= -I${ZFSTOP}/lib/libspl/include/os/freebsd
CFLAGS+= -I${SRCTOP}/sys
CFLAGS+= -I${SRCTOP}/cddl/compat/opensolaris/include
CFLAGS+= -include ${ZFSTOP}/include/os/freebsd/spl/sys/ccompile.h
-CFLAGS+= -DHAVE_ISSETUGID
+CFLAGS+= -DHAVE_ISSETUGID -DHAVE_STRLCAT -DHAVE_STRLCPY
.include <bsd.test.mk>