diff options
Diffstat (limited to 'src/net/packet.cpp')
-rw-r--r-- | src/net/packet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/packet.cpp b/src/net/packet.cpp index b8ee1e7f..6d7b2b3e 100644 --- a/src/net/packet.cpp +++ b/src/net/packet.cpp @@ -22,8 +22,8 @@ */ #include "packet.h" -#include <string.h> -#include <cstdlib> + +#include <cstring> Packet::Packet(const char *data, int length): length(length) |