Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 4920)
+++ trunk/psLib/src/astro/psTime.h	(revision 4937)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-31 02:07:09 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-31 22:28:35 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,4 +26,5 @@
 #include "psType.h"
 #include "psImage.h"
+#include "psCoord.h"
 
 struct psSphere;
@@ -173,7 +174,7 @@
  *  @return  psSphere*: Spherical coordinates of Earth's polar axias.
  */
-struct psSphere* p_psTimeGetPoleCoords(
-                const psTime *time      ///< psTime determine polar orientation.
-            );
+psSphere* p_psTimeGetPoleCoords(
+    const psTime *time      ///< psTime determine polar orientation.
+);
 
 /** Calculate the number of leapseconds between two times.
