From d727ee9e21629c1ecbc82094bb58fa892c25399d Mon Sep 17 00:00:00 2001
From: Brian Behlendorf <behlendorf1@llnl.gov>
Date: Tue, 23 Dec 2008 09:27:14 -0800
Subject: [PATCH] Refresh autogen products

---
 cmd/zpios/Makefile.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cmd/zpios/Makefile.in b/cmd/zpios/Makefile.in
index e1d7b203b3..8e7731973d 100644
--- a/cmd/zpios/Makefile.in
+++ b/cmd/zpios/Makefile.in
@@ -205,7 +205,10 @@ target_alias = @target_alias@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-DEFAULT_INCLUDES = -I${top_srcdir}
+DEFAULT_INCLUDES = -I${top_srcdir} \
+	-I${top_srcdir}/module/zpios/include \
+	-I${top_srcdir}/module/zfs -I${top_srcdir}/module/zfs/include \
+	-I${top_srcdir}/module/zcommon/include
 
 # FIXME: Quiet warnings not covered by the gcc-* patches.  We should
 # FIXME: consider removing this as soon as we reasonably can.