diff options
author | Matt Macy <mmacy@FreeBSD.org> | 2020-09-18 23:21:24 +0000 |
---|---|---|
committer | Matt Macy <mmacy@FreeBSD.org> | 2020-09-18 23:21:24 +0000 |
commit | 2c48331d28f16c0efce5a72a81e7d71668c4a158 (patch) | |
tree | 3b7c79252e9c0d269630439a5ef3e9b8a9f8cc3e /cddl | |
parent | d8d2dda141c198a2e9863584e2e61566cc6b222d (diff) | |
parent | 04bab0082226f7e72c41ad528298c43edc3fa316 (diff) | |
download | src-2c48331d28f16c0efce5a72a81e7d71668c4a158.tar.gz src-2c48331d28f16c0efce5a72a81e7d71668c4a158.zip |
Notes
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/lib/libzpool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile index 3d4554df955e..2eefb3bc47bb 100644 --- a/cddl/lib/libzpool/Makefile +++ b/cddl/lib/libzpool/Makefile @@ -234,6 +234,7 @@ CFLAGS+= \ -DHAVE_ISSETUGID \ -include ${SRCTOP}/sys/modules/zfs/zfs_config.h \ -I${SRCTOP}/sys/modules/zfs \ + -I${ZFSTOP}/include/os/freebsd/zfs \ -DLIB_ZPOOL_BUILD -DZFS_DEBUG \ # XXX: pthread doesn't have mutex_owned() equivalent, so we need to look |