mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
include stddef for size_t type for ptr
This commit is contained in:
@ -205,6 +205,7 @@ decouple library dependencies with standard string, memory and so on.
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef uintptr_t wc_ptr_t;
|
typedef uintptr_t wc_ptr_t;
|
||||||
#else /* fallback to architecture size_t for pointer size */
|
#else /* fallback to architecture size_t for pointer size */
|
||||||
|
#include <stddef.h> /* included for getting size_t type */
|
||||||
typedef size_t wc_ptr_t;
|
typedef size_t wc_ptr_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user