Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ endif
 $(LIB_SUBDIRS) $(TOOL_SUBDIRS): include
 copy mdrestore: libxfs
 db logprint: libxfs libxlog
-fsr: libhandle
+fsr reno: libhandle
 growfs: libxfs libxcmd
 io: libxcmd libhandle
 mkfs: libxfs
Index: b/reno/Makefile
===================================================================
--- a/reno/Makefile
+++ b/reno/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/include/builddefs
 
 LTCOMMAND = xfs_reno
 CFILES = xfs_reno.c
-LLDLIBS = $(LIBATTR)
+LLDLIBS = $(LIBATTR) $(LIBHANDLE)
 
 default: $(LTCOMMAND)
 
Index: b/reno/xfs_reno.c
===================================================================
--- a/reno/xfs_reno.c
+++ b/reno/xfs_reno.c
@@ -49,6 +49,7 @@
 #include <attr/attributes.h>
 #include <xfs/xfs_dfrag.h>
 #include <xfs/xfs_inum.h>
+#include <xfs/handle.h>
 
 #define ATTRBUFSIZE	1024
 
