diff -urN xephem-3.6/xephem xephem-3.6.new/xephem
--- xephem-3.6/xephem	Thu Jan  1 09:00:00 1970
+++ xephem-3.6.new/xephem	Thu Jun 10 08:00:29 2004
@@ -0,0 +1,2 @@
+#!/bin/sh
+@FINKPREFIX@/lib/xephem/xephem -env TELHOME=@FINKPREFIX@/lib
--- xephem-3.6.4/GUI/xephem/patchlevel.c~	2005-02-27 12:58:56.000000000 +0900
+++ xephem-3.6.4/GUI/xephem/patchlevel.c	2005-06-29 08:28:35.000000000 +0900
@@ -1,3 +1,4 @@
+#include <sys/types.h>
 #include <stdio.h>
 
 #include "xephem.h"
--- xephem-3.6.4/GUI/xephem/time.c~	2005-02-27 11:32:46.000000000 +0900
+++ xephem-3.6.4/GUI/xephem/time.c	2005-06-29 08:37:15.000000000 +0900
@@ -1,6 +1,6 @@
 /* get the time from the os.
  */
-
+#include <sys/types.h>
 #include <stdio.h>
 #include <time.h>
 #include <math.h>
