mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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>
|
||||
typedef uintptr_t wc_ptr_t;
|
||||
#else /* fallback to architecture size_t for pointer size */
|
||||
#include <stddef.h> /* included for getting size_t type */
|
||||
typedef size_t wc_ptr_t;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user