summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 08:50:36 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-22 08:50:36 +0000
commitb219bc963c87f335cd9c0edd9114982b8e02f4aa (patch)
treee01eaab0b8c477fd9ce0f292bec10864cbc63ab4 /src/map/map.c
parent23aa6d218ca1c69f234725f5d78aae1f42e326db (diff)
downloadhercules-b219bc963c87f335cd9c0edd9114982b8e02f4aa.tar.gz
hercules-b219bc963c87f335cd9c0edd9114982b8e02f4aa.tar.bz2
hercules-b219bc963c87f335cd9c0edd9114982b8e02f4aa.tar.xz
hercules-b219bc963c87f335cd9c0edd9114982b8e02f4aa.zip
* [Fixed]:
- Compilation warnings and errors. [Improved]: - Changed and moved IP sync status messages to elaborate more. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7290 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 34498bd89..0aa48b914 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -6,7 +6,10 @@
#include <string.h>
#include <stdarg.h>
#include <math.h>
+
+#ifndef _WIN32
#include <unistd.h>
+#endif
#include "../common/core.h"
#include "../common/timer.h"