Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 11614)
+++ trunk/psLib/src/astro/psCoord.c	(revision 11616)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-09 22:38:52 $
+*  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-02-03 05:35:30 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,4 +22,8 @@
 # include "config.h"
 #endif
+
+#include <math.h>
+#include <float.h>
+#include <string.h>
 
 #include "psType.h"
@@ -35,6 +39,4 @@
 #include "psMatrix.h"
 #include "psMinimizePolyFit.h"
-#include <math.h>
-#include <float.h>
 
 # define ELIXIR_CODE 1
Index: trunk/psLib/src/math/psMD5.c
===================================================================
--- trunk/psLib/src/math/psMD5.c	(revision 11614)
+++ trunk/psLib/src/math/psMD5.c	(revision 11616)
@@ -4,4 +4,5 @@
 
 #include <stdio.h>
+#include <string.h>
 #include <openssl/md5.h>
 
Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 11614)
+++ trunk/psLib/src/sys/psString.h	(revision 11616)
@@ -10,6 +10,6 @@
  * @author David Robbins, MHPCC
  *
- * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-23 22:47:23 $
+ * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-02-03 05:35:30 $
  *
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,4 @@
 
 #include <sys/types.h>
-#include <string.h>
 #include <stdarg.h>
 #include "psType.h"
