mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Added <stddef.h>, since size_t is used in the API
This commit is contained in:
parent
938407dc16
commit
be6162ff2e
@ -21,6 +21,8 @@
|
||||
#ifndef MONGOOSE_HEADER_INCLUDED
|
||||
#define MONGOOSE_HEADER_INCLUDED
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user