diff options
Diffstat (limited to 'b32.h')
-rw-r--r-- | b32.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ #define B32_B32_H #include <stdbool.h> +#include <stdint.h> -bool b32toa(char *, const char *, size_t); +bool b32toa(uint8_t *, const char *, size_t); #endif |