From 5d2d03817a6db5c1df979aa38941d76d9abed64a Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 30 Mar 2006 14:57:12 +0000 Subject: * Cleaned up mistakes in irc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5810 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/mysql/my_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mysql') diff --git a/src/mysql/my_global.h b/src/mysql/my_global.h index af723424d..6c3937467 100644 --- a/src/mysql/my_global.h +++ b/src/mysql/my_global.h @@ -658,7 +658,7 @@ typedef SOCKET_SIZE_TYPE size_socket; #define SET_STACK_SIZE(X) /* Not needed on real machines */ #if !defined(HAVE_mit_thread) && !defined(HAVE_STRTOK_R) -#define strtok_r(A,B,C) strtok((A),(B)) +#include "../common/strlib.h" #endif /* Remove some things that mit_thread break or doesn't support */ -- cgit v1.2.3-60-g2f50