Add include patch to pick up fletcher.c which for some unknown reason is included instead of simply being build as source. This should be fixed eventually, but it is how the OpenSolaris source handles it.

This commit is contained in:
Brian Behlendorf 2008-12-16 15:44:02 -08:00
parent 804830a231
commit f73c835830
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ DEFAULT_INCLUDES += \
-I${top_srcdir}/lib/libspl/include \
-I${top_srcdir}/lib/libnvpair/include \
-I${top_srcdir}/lib/libuutil/include \
-I${top_srcdir}/module/zfs \
-I${top_srcdir}/module/zfs/include \
-I${top_srcdir}/module/zcommon/include \
-I${top_srcdir}/module/nvpair/include \