From 93a426cb6e8bc9299efec6c202d5bbc091344083 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 3 Apr 2008 10:31:18 -0500 Subject: [PATCH] Make this compile again. --- src/ircd_lexer.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ircd_lexer.l b/src/ircd_lexer.l index 4cd7e793..4770c3e7 100644 --- a/src/ircd_lexer.l +++ b/src/ircd_lexer.l @@ -38,7 +38,7 @@ #include "ircd_defs.h" #include "common.h" #include "config.h" -#include "s_log.h" +#include "logger.h" #include "s_conf.h" #include "newconf.h"