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/omshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/omshell.c') diff --git a/tools/omshell.c b/tools/omshell.c index 0e4e0f24..046fb41d 100644 --- a/tools/omshell.c +++ b/tools/omshell.c @@ -38,7 +38,7 @@ #include #include #include -#include "conf.h" +#include "legacyconf.h" #include "syslogd-types.h" #include "srUtils.h" #include "omshell.h" -- cgit