Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 6778)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 6874)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-05 01:49:40 $
+ *  @version $Revision: 1.93 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-17 22:00:03 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -31,4 +31,6 @@
 #include "psConstants.h"
 #include "psErrorText.h"
+#include "psRegion.h"
+#include "psRegionForImage.h"
 
 /// This routine must determine the various statistics for the image.
@@ -748,9 +750,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-                psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                        "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-                return -1;
-            }
-        */
+                    psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                            "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                    return -1;
+                }
+            */
     x0 = col0;
     x1 = col1;
