]> granicus.if.org Git - fcron/commitdiff
added #include "job.c" to avoir a warning
authorthib <thib>
Sun, 4 Nov 2001 18:59:50 +0000 (18:59 +0000)
committerthib <thib>
Sun, 4 Nov 2001 18:59:50 +0000 (18:59 +0000)
database.c

index 5f5a206ec6dd314a20de0fb25ce03f0bed8deeff..7c16c3da49d849adb15adc605829874979aa195b 100644 (file)
  *  `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);