summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 9934fdf..dde7d7f 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -6,6 +6,7 @@
#include <stdarg.h>
#include <time.h>
#include <sys/time.h>
+#include <netinet/in.h>
#include "mmo.h"
#ifndef MAX
@@ -400,6 +401,8 @@ struct map_session_data
unsigned int flood_rates[0x220];
time_t packet_flood_reset_due;
int packet_flood_in;
+
+ in_addr_t ip;
};
struct npc_timerevent_list