1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Linux build fix

This commit is contained in:
Mordred 2017-09-23 23:36:45 +02:00
parent 362e8b0652
commit ac98725a3f

View file

@ -5,6 +5,7 @@
#include <boost/variant.hpp> #include <boost/variant.hpp>
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
#include <errmsg.h> #include <errmsg.h>
#include <string.h>
static const unsigned int MAX_SEND_LONGDATA_BUFFER = 1 << 18; //1<<18=256k (for istream) static const unsigned int MAX_SEND_LONGDATA_BUFFER = 1 << 18; //1<<18=256k (for istream)
static const unsigned int MAX_SEND_LONGDATA_CHUNK = 1 << 18; //1<<19=512k (for string) static const unsigned int MAX_SEND_LONGDATA_CHUNK = 1 << 18; //1<<19=512k (for string)