Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 10548)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 10999)
@@ -9,9 +9,13 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-08 11:37:31 $
+ *  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-09 22:38:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include <stdlib.h>
@@ -588,9 +592,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;
