diff options
Diffstat (limited to 'src/map/irc.c')
-rw-r--r-- | src/map/irc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/irc.c b/src/map/irc.c index 9989c3c31..55eafdcd9 100644 --- a/src/map/irc.c +++ b/src/map/irc.c @@ -1,4 +1,8 @@ +#ifndef _IRC_H_ +#define _IRC_H_ + #include <ctype.h> +#include <stdio.h> #include <string.h> #include <stdlib.h> @@ -541,3 +545,5 @@ int irc_read_conf(char *file) { return 1; } + +#endif //_IRC_H_ |