summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-05 04:25:56 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-05 04:25:56 +0000
commitf204cc7915dac6116bce5f402c8882ea0aff49a4 (patch)
tree35639b6c012b987f5fca8309641d68c76eaa53cb /src/login
parentc4f027e10aaeeb4ab72b68cae0b3e66d8bb5a4b2 (diff)
downloadhercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.gz
hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.bz2
hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.xz
hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.zip
Fix some compile errors
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1037 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/login')
-rw-r--r--src/login/login.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/login.c b/src/login/login.c
index a61210921..5c3888bd4 100644
--- a/src/login/login.c
+++ b/src/login/login.c
@@ -42,6 +42,7 @@ void Gettimeofday(struct timeval *timenow)
#include "../common/db.h"
#include "../common/lock.h"
#include "../common/malloc.h"
+#include "../common/buffer.h"
#ifdef PASSWORDENC
#include "md5calc.h"