From e407fb4c304fbba8951b6f101c2f64e789774323 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 4 Nov 2001 18:59:50 +0000 Subject: [PATCH] added #include "job.c" to avoir a warning --- database.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database.c b/database.c index 5f5a206..7c16c3d 100644 --- a/database.c +++ b/database.c @@ -22,11 +22,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.c,v 1.57 2001-09-12 13:48:07 thib Exp $ */ + /* $Id: database.c,v 1.58 2001-11-04 18:59:50 thib Exp $ */ #include "fcron.h" #include "database.h" +#include "job.h" int is_leap_year(int year); int get_nb_mdays(int year, int mon); -- 2.47.3