1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/epplets/files/patch-ah

15 lines
297 B
Plaintext
Raw Normal View History

2000-01-13 09:53:44 +00:00
--- 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"