diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 21:16:34 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 21:16:34 +0100 |
commit | 296450a16c110c86c890ef98c2c0da403cf96876 (patch) | |
tree | 8da8544da2713c1361a1fa5716afee9cb0d5038f /b32.h | |
parent | d0acd88463bfe912577a0c0054b948b685384f39 (diff) |
Silence compiler warnings
Diffstat (limited to 'b32.h')
-rw-r--r-- | b32.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define B32_B32_H #include <stdbool.h> +#include <stddef.h> #include <stdint.h> bool b32toa(uint8_t *, const char *, size_t); |