From 19cd080eb959bec1e32f5a1bd6061cda97ddfd09 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 28 Mar 2006 03:23:59 +0000 Subject: [PATCH] - Added missing limits.h to chrif.c git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5780 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/chrif.c b/src/map/chrif.c index 3a11222fb5..abc7d5b096 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -14,6 +14,7 @@ #endif #include #include +#include #include "../common/malloc.h" #include "socket.h"