Modify the rich_structure example to set include_runfiles (#906)

* Modify the rich_structure example to set include_runfiles
diff --git a/examples/rich_structure/src/client/BUILD b/examples/rich_structure/src/client/BUILD
index 9d9f545..e8b184b 100644
--- a/examples/rich_structure/src/client/BUILD
+++ b/examples/rich_structure/src/client/BUILD
@@ -56,10 +56,9 @@
         ":foo",
         ":fooctl",
     ],
+    include_runfiles = True,
     # Where it should be in the final package
     prefix = select(shared_object_path_selector) + "/bin",
-    # Should this work?
-    # runfiles_prefix = select(shared_object_path_selector) + "/bin/runfiles",
 )
 
 pkg_files(