Commit be6162ff authored by valenok's avatar valenok

Added <stddef.h>, since size_t is used in the API

parent 938407dc
......@@ -21,6 +21,8 @@
#ifndef MONGOOSE_HEADER_INCLUDED
#define MONGOOSE_HEADER_INCLUDED
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
......
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