summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/notifylist/module.h')
-rw-r--r--src/irc/notifylist/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/notifylist/module.h b/src/irc/notifylist/module.h
index 43110540..ec67bcbb 100644
--- a/src/irc/notifylist/module.h
+++ b/src/irc/notifylist/module.h
@@ -25,7 +25,7 @@ typedef struct {
GSList *ison_tempusers; /* Temporary list for saving /ISON events.. */
} MODULE_SERVER_REC;
-#include "irc-server.h"
+#include "irc-servers.h"
NOTIFY_NICK_REC *notify_nick_create(IRC_SERVER_REC *server, const char *nick);
void notify_nick_destroy(NOTIFY_NICK_REC *rec);