commit 901634045024c4eeb75cb8192d4a6bda21ac24b7 parent 922fddd0875ff5ed5430f2085af085ac3a077560 Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Sat, 19 Sep 2020 16:11:45 +1000 add string.h for strl* funcs. oops Diffstat:
M | diceware.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/diceware.c b/diceware.c @@ -5,6 +5,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "rng.h" #include "diceware.h"