applied another bug fix from Sean Chittenden Daniel

* xinclude.c: applied another bug fix from Sean Chittenden
Daniel
diff --git a/xinclude.c b/xinclude.c
index 5dccf43..a9a1e3c 100644
--- a/xinclude.c
+++ b/xinclude.c
@@ -1756,13 +1756,9 @@
     /*
      * Second Phase : collect the infosets fragments
      */
-    /*
-    for (i = ctxt->incBase;i < ctxt->incNr; i++) {
-        xmlXIncludePreloadNode(ctxt, i);
-    }
-     */
     for (i = ctxt->incBase;i < ctxt->incNr; i++) {
         xmlXIncludeLoadNode(ctxt, i);
+	ret++;
     }
 
     /*