summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-05-11 20:44:21 +0000
committerache <ache@FreeBSD.org>1996-05-11 20:44:21 +0000
commit3683fd396bd99a9421c45c0f109d8430e49a7e4c (patch)
tree2b80dbcc77e527b289203998c1f1659f94e138c0
parenta27724a359511f0eebe7d25c63ebdd40739ab4f6 (diff)
downloadFreeBSD-src-3683fd396bd99a9421c45c0f109d8430e49a7e4c.zip
FreeBSD-src-3683fd396bd99a9421c45c0f109d8430e49a7e4c.tar.gz
Includes cleanup
Submitted by: bde
-rw-r--r--usr.bin/calendar/ostern.c7
-rw-r--r--usr.bin/calendar/paskha.c3
2 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c
index 8ff646d..25fbfe8 100644
--- a/usr.bin/calendar/ostern.c
+++ b/usr.bin/calendar/ostern.c
@@ -1,12 +1,13 @@
/*
* Copyright (c) 1995 Wolfram Schneider. Public domain.
*
- * $Id: ostern.c,v 1.2 1996/05/10 16:29:42 ache Exp $
+ * $Id: ostern.c,v 1.3 1996/05/10 17:32:05 ache Exp $
*/
-#include <string.h>
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
#include "calendar.h"
diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c
index 42c2058..47f686f 100644
--- a/usr.bin/calendar/paskha.c
+++ b/usr.bin/calendar/paskha.c
@@ -24,9 +24,10 @@
* SUCH DAMAGE.
*/
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
+#include <time.h>
#include "calendar.h"
OpenPOWER on IntegriCloud