From 37a7546e284e9f330b137178d6c4646842bde97f Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 7 Feb 2007 19:34:54 +0000 Subject: Cleaning up of the socket code - Shuffled includes around for files that were leeching off of socket.h - Added code that enforces standard shutdown behavior for sockets git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9817 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/irc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/irc.c') 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 +#include #include #include @@ -541,3 +545,5 @@ int irc_read_conf(char *file) { return 1; } + +#endif //_IRC_H_ -- cgit v1.2.3-70-g09d2