Index: /trunk/psLib/src/astro/psTime.h
===================================================================
--- /trunk/psLib/src/astro/psTime.h	(revision 8594)
+++ /trunk/psLib/src/astro/psTime.h	(revision 8595)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-25 01:16:04 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-25 20:04:16 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -28,4 +28,8 @@
 #include "psLookupTable.h"
 #include "psCoord.h"
+
+#if defined(__APPLE__)   // incorrectly missing in time.h
+struct tm *gmtime_r(const time_t *, struct tm *);
+#endif
 
 struct psSphere;
