summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/ostern.c
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 /usr.bin/calendar/ostern.c
parenta27724a359511f0eebe7d25c63ebdd40739ab4f6 (diff)
downloadFreeBSD-src-3683fd396bd99a9421c45c0f109d8430e49a7e4c.zip
FreeBSD-src-3683fd396bd99a9421c45c0f109d8430e49a7e4c.tar.gz
Includes cleanup
Submitted by: bde
Diffstat (limited to 'usr.bin/calendar/ostern.c')
-rw-r--r--usr.bin/calendar/ostern.c7
1 files changed, 4 insertions, 3 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"
OpenPOWER on IntegriCloud