From 1cd76269ba5ecdd8f07794b9c0d4476bfdbe738b Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 15 May 2001 00:46:00 +0000 Subject: [PATCH] include in each .c file the corresponding .h file --- conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.40.0