From 62aeef6736c5e3ec4e4b8fa2fc3a9a12f7e2c9a7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 16 Feb 2006 20:37:44 +0000 Subject: - Fixed the include in irc.c from strings.h to string.h, which fixes a bunch of compilation warnings here... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5299 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/irc.c') diff --git a/src/map/irc.c b/src/map/irc.c index ce05e4013..466adf745 100644 --- a/src/map/irc.c +++ b/src/map/irc.c @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "../common/core.h" #include "../common/socket.h" -- cgit v1.2.3-70-g09d2