aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/ostern.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-11 20:44:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-11 20:44:21 +0000
commit2089d0009e9ac56c06394a5eaafc40f9fbb45a6f (patch)
tree2b80dbcc77e527b289203998c1f1659f94e138c0 /usr.bin/calendar/ostern.c
parent0482730e4086ee49d0b6d59d40044c5ecc8842b6 (diff)
downloadsrc-2089d0009e9ac56c06394a5eaafc40f9fbb45a6f.tar.gz
src-2089d0009e9ac56c06394a5eaafc40f9fbb45a6f.zip
Includes cleanup
Submitted by: bde
Notes
Notes: svn path=/head/; revision=15737
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 8ff646d07047..25fbfe8edf23 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"