]> granicus.if.org Git - fcron/commitdiff
include in each .c file the corresponding .h file
authorthib <thib>
Tue, 15 May 2001 00:46:00 +0000 (00:46 +0000)
committerthib <thib>
Tue, 15 May 2001 00:46:00 +0000 (00:46 +0000)
conf.c

diff --git a/conf.c b/conf.c
index 05823efb24990711f3ab440ccddf6a2c18a717fc..601a1f054e36e8e7a5282435280dbd88d2bbf89d 100644 (file)
--- a/conf.c
+++ b/conf.c
  *  `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);