From e7f87828317c48464a971a6e5c0aee717a4c8aa3 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 3 Mar 2005 08:36:19 +0000 Subject: [PATCH] Added missing include of "match.h". --- src/ngircd/irc-oper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c index f1824c9b..2c03ad2a 100644 --- a/src/ngircd/irc-oper.c +++ b/src/ngircd/irc-oper.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-oper.c,v 1.18 2005/03/02 16:07:31 alex Exp $"; +static char UNUSED id[] = "$Id: irc-oper.c,v 1.19 2005/03/03 08:36:19 alex Exp $"; #include "imp.h" #include @@ -29,6 +29,7 @@ static char UNUSED id[] = "$Id: irc-oper.c,v 1.18 2005/03/02 16:07:31 alex Exp $ #include "channel.h" #include "irc-write.h" #include "log.h" +#include "match.h" #include "messages.h" #include "parse.h" -- 2.39.2