diff --git a/lib/libzfs/Makefile.in b/lib/libzfs/Makefile.in index 6ef9f01d66..5f0d0e9e87 100644 --- a/lib/libzfs/Makefile.in +++ b/lib/libzfs/Makefile.in @@ -221,7 +221,8 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libzfs/include \ -I${top_srcdir}/module/zfs -I${top_srcdir}/module/zfs/include \ -I${top_srcdir}/module/zcommon/include \ -I${top_srcdir}/module/nvpair/include \ - -I${top_srcdir}/module/avl/include + -I${top_srcdir}/module/avl/include \ + -I${top_srcdir}/module/unicode/include # FIXME: Quiet warnings not covered by the gcc-* patches. We should # FIXME: consider removing this as soon as we reasonably can. diff --git a/lib/libzpool/Makefile.in b/lib/libzpool/Makefile.in index f6af41e6be..b815fbdcdd 100644 --- a/lib/libzpool/Makefile.in +++ b/lib/libzpool/Makefile.in @@ -231,6 +231,7 @@ DEFAULT_INCLUDES = -I${top_srcdir} \ -I${top_srcdir}/module/zcommon/include \ -I${top_srcdir}/module/nvpair/include \ -I${top_srcdir}/module/avl/include \ + -I${top_srcdir}/module/unicode/include \ -I${top_srcdir}/module/zfs/include # FIXME: Quiet warnings not covered by the gcc-* patches. We should