niceBit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fcc3b0d16113b3789e8e3173f6e6277add99a62a
parent d31151978a1a409efcea4d2aa0c6257284cb8bf0
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Wed, 14 Jul 2021 01:22:19 +1000

Fix import dependency bug

Diffstat:
Mbase58.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/base58.h b/base58.h @@ -1,4 +1,5 @@ #include <stdio.h> +#include <string.h> typedef unsigned char byte;