* Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14855 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
170e322ccc
commit
81c8c18b57
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
|
|
||||||
|
2011/06/18
|
||||||
|
* Fixed missing strlib.h include for compilers without own 'strnlen' implementation (since r14853). [Ai4rei]
|
||||||
2011/06/16
|
2011/06/16
|
||||||
* Slight speedup on most strdb operations [ultramage]
|
* Slight speedup on most strdb operations [ultramage]
|
||||||
* Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969) [ultramage]
|
* Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969) [ultramage]
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
#include "../common/malloc.h"
|
#include "../common/malloc.h"
|
||||||
#include "../common/showmsg.h"
|
#include "../common/showmsg.h"
|
||||||
#include "../common/ers.h"
|
#include "../common/ers.h"
|
||||||
|
#include "../common/strlib.h"
|
||||||
|
|
||||||
/*****************************************************************************\
|
/*****************************************************************************\
|
||||||
* (1) Private typedefs, enums, structures, defines and global variables of *
|
* (1) Private typedefs, enums, structures, defines and global variables of *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user