about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-03-03 08:36:19 +0000
committerAlexander Barton <alex@barton.de>2005-03-03 08:36:19 +0000
commite7f87828317c48464a971a6e5c0aee717a4c8aa3 (patch)
treee7d119d9c6b1322a7488e8d550b29bcf87359ff5
parent4ef172d60331611ddb4d96ba33266998eb7ae505 (diff)
downloadngircd-e7f87828317c48464a971a6e5c0aee717a4c8aa3.tar.gz
ngircd-e7f87828317c48464a971a6e5c0aee717a4c8aa3.zip
Added missing include of "match.h".
-rw-r--r--src/ngircd/irc-oper.c3
1 files changed, 2 insertions, 1 deletions
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 <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"