Index: trunk/psLib/src/math/psMinimize.c
===================================================================
--- trunk/psLib/src/math/psMinimize.c	(revision 2340)
+++ trunk/psLib/src/math/psMinimize.c	(revision 2347)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-12 19:08:17 $
+ *  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-12 20:45:27 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -29,4 +29,5 @@
 
 #include "psMinimize.h"
+#include "psStats.h"
 /*****************************************************************************/
 /* DEFINE STATEMENTS                                                         */
@@ -954,5 +955,5 @@
         PS_VECTOR_GEN_X_INDEX_STATIC_F64(x64Static, y->n);
         if (myPoly->type == PS_POLYNOMIAL_CHEB) {
-            psNormalizeVectorRangeF64(x64Static, -1.0, 1.0);
+            p_psNormalizeVectorRangeF64(x64Static, -1.0, 1.0);
         }
         x64 = x64Static;
