diff options
Diffstat (limited to 'x11-wm/epplets/files/patch-ah')
-rw-r--r-- | x11-wm/epplets/files/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/epplets/files/patch-ah b/x11-wm/epplets/files/patch-ah new file mode 100644 index 000000000000..3c2bfaa39495 --- /dev/null +++ b/x11-wm/epplets/files/patch-ah @@ -0,0 +1,14 @@ +--- epplets/E-MoonClock.c.orig Thu Jan 13 15:15:35 2000 ++++ epplets/E-MoonClock.c Thu Jan 13 15:16:05 2000 +@@ -26,9 +26,9 @@ + */ + + +-#include <sys/resource.h> + #include <stdio.h> +-#include <time.h> ++#include <sys/time.h> ++#include <sys/resource.h> + #include "epplet.h" + #include "CalcEphem.h" + |