From 419cff0fd3a4cb4b69d76e87c32208267f514cd6 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 22 Dec 2008 16:02:08 -0800 Subject: [PATCH] Add more more missing headers --- cmd/ztest/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/ztest/Makefile.am b/cmd/ztest/Makefile.am index d2382da8c8..9cbde71e0b 100644 --- a/cmd/ztest/Makefile.am +++ b/cmd/ztest/Makefile.am @@ -2,9 +2,12 @@ include $(top_srcdir)/config/Rules.am DEFAULT_INCLUDES += \ -I${top_srcdir}/lib/libspl/include \ + -I${top_srcdir}/lib/libzpool/include \ -I${top_srcdir}/lib/libuutil/include \ -I${top_srcdir}/lib/libzfs/include \ -I${top_srcdir}/lib/libnvpair/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