Commit ccff518b authored by Guido Casati's avatar Guido Casati

Add include for memcpy to TLVEncoder.h

parent 45da0c8a
......@@ -23,6 +23,7 @@
#define TLV_ENCODER_H_
#include <arpa/inet.h> // htonl, htons
#include <string.h> // memcpy
#define ENCODE_U8(buffer, value, size) \
do { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment