commit e7f87828317c48464a971a6e5c0aee717a4c8aa3 from: Alexander Barton date: Thu Mar 03 08:36:19 2005 UTC Added missing include of "match.h". commit - 4ef172d60331611ddb4d96ba33266998eb7ae505 commit + e7f87828317c48464a971a6e5c0aee717a4c8aa3 blob - f1824c9b5647869bf7657e2e5350516a2201ecc6 blob + 2c03ad2a1841113e049ac739801d3ba8d273ccca --- src/ngircd/irc-oper.c +++ 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 #include "channel.h" #include "irc-write.h" #include "log.h" +#include "match.h" #include "messages.h" #include "parse.h"