]> jfr.im git - solanum.git/blobdiff - modules/core/m_ban.c
Remove trailing whitespace from all .c and .h files.
[solanum.git] / modules / core / m_ban.c
index ebc5152c87ba1f6495a3c0aa87019b9a6315afad..08167757c0e3926063e139ec0f850b7132c6315e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * charybdis: An advanced ircd.
  * m_ban.c: Propagates network bans across servers.
- * 
+ *
  *  Copyright (C) 2010 Jilles Tjoelker
  *
  * Redistribution and use in source and binary forms, with or without
@@ -44,6 +44,7 @@
 #include "operhash.h"
 #include "reject.h"
 #include "hostmask.h"
+#include "logger.h"
 
 static int m_ban(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 static int ms_ban(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);