]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added missing include of "match.h".
authorAlexander Barton <alex@barton.de>
Thu, 3 Mar 2005 08:36:19 +0000 (08:36 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 3 Mar 2005 08:36:19 +0000 (08:36 +0000)
src/ngircd/irc-oper.c

index f1824c9b5647869bf7657e2e5350516a2201ecc6..2c03ad2a1841113e049ac739801d3ba8d273ccca 100644 (file)
@@ -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 <assert.h>
@@ -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"