From: thib Date: Tue, 15 May 2001 00:46:00 +0000 (+0000) Subject: include in each .c file the corresponding .h file X-Git-Tag: ver1564~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cd76269ba5ecdd8f07794b9c0d4476bfdbe738b;p=fcron include in each .c file the corresponding .h file --- diff --git a/conf.c b/conf.c index 05823ef..601a1f0 100644 --- a/conf.c +++ b/conf.c @@ -22,9 +22,10 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: conf.c,v 1.42 2001-04-29 22:16:11 thib Exp $ */ + /* $Id: conf.c,v 1.43 2001-05-15 00:46:00 thib Exp $ */ #include "fcron.h" +#include "conf.h" int read_file(const char *file_name, CF *cf); int read_strn(int fd, char **str, short int size);