From 3bf25500cfc833748f1d193365c07899105d435f Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 7 Nov 2018 16:27:01 +0000 Subject: [PATCH] Use "config.h" to get uint8_t. No more need of for size_t. --- src/microcode/osentropy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/osentropy.h b/src/microcode/osentropy.h index 3112bdcea..d6b070537 100644 --- a/src/microcode/osentropy.h +++ b/src/microcode/osentropy.h @@ -27,7 +27,7 @@ USA. #ifndef MITSCHEME_OSENTROPY_H #define MITSCHEME_OSENTROPY_H -#include +#include "config.h" void OS_get_entropy (uint8_t [32]); -- 2.25.1