From: Thibault Godouet Date: Tue, 15 May 2001 00:46:00 +0000 (+0000) Subject: include in each .c file the corresponding .h file X-Git-Tag: ver2_9_4~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a3144c463f30079e20968ff7e2ca49875f9221;p=thirdparty%2Ffcron.git 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);