git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14885 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -1,5 +1,7 @@
Date Added
+2011/07/04
+ * Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r14855). [Ai4rei]
2011/07/03
* Corrected npcdb_checkid to exclude border constants 400 (JT_NEW_NPC_START) and 1000 (JT_MON_BEGIN) (since r4425 and r12025, related r4537). [Ai4rei]
2011/07/02
@@ -67,7 +67,6 @@
\*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include "db.h"
#include "../common/mmo.h"