From e1c34e174139ad030ca1108ff9782b294909013c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Apr 2011 07:53:23 +0200 Subject: renamed conf.c to legacyconf.c to make room for new config system --- tools/smfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/smfwd.c') diff --git a/tools/smfwd.c b/tools/smfwd.c index 60fe94a7..3f9a3a84 100644 --- a/tools/smfwd.c +++ b/tools/smfwd.c @@ -35,7 +35,7 @@ #include #include #include "syslogd.h" -#include "conf.h" +#include "legacyconf.h" #include "syslogd-types.h" #include "template.h" #include "msg.h" -- cgit