Fix a segfault in oaccept.

This commit is contained in:
B.Greenham 2010-03-05 20:49:30 -05:00
parent a58b84b4b2
commit 76db4b42e2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "modules.h"
#include "send.h"
#include "numeric.h"
#include "hash.h"
void mo_oaccept(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);