Index: trunk/psLib/src/dataManip/psMinimize.c
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.c	(revision 2219)
+++ trunk/psLib/src/dataManip/psMinimize.c	(revision 2221)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 21:42:21 $
+ *  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 23:31:43 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,4 +24,8 @@
 /* INCLUDE FILES                                                             */
 /*****************************************************************************/
+#include <stdio.h>
+#include <float.h>
+#include <math.h>
+
 #include "psMinimize.h"
 /*****************************************************************************/
@@ -1213,5 +1217,5 @@
         psFree(tmpc);
         psFree(tmpn);
-        psAbort(__func__, "(1) Could not bracket minimum.");
+        psError(__func__, "(1) Could not bracket minimum.");
     }
 
