summaryrefslogtreecommitdiff
path: root/src/admin
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-05-12 18:13:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-05-12 18:13:28 -0700
commitfccd01bd0fba297531595b51ffb8db044ed6f22c (patch)
treec7878d86d6baf38b071aa7f9b95ce2136f246837 /src/admin
parent794c162c9e92cbcdad73cb82f545876a47afae92 (diff)
downloadtmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.gz
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.bz2
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.tar.xz
tmwa-fccd01bd0fba297531595b51ffb8db044ed6f22c.zip
split out the horrible unchecked buffer accessors
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/ladmin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp
index a4c0a36..b9819cd 100644
--- a/src/admin/ladmin.cpp
+++ b/src/admin/ladmin.cpp
@@ -40,7 +40,7 @@
#include "../io/write.hpp"
#include "../net/ip.hpp"
-#include "../net/socket.hpp"
+#include "../net/vomit.hpp"
#include "../mmo/config_parse.hpp"
#include "../mmo/core.hpp"