From: Taylor R Campbell Date: Wed, 7 Nov 2018 16:27:01 +0000 (+0000) Subject: Use "config.h" to get uint8_t. No more need of for size_t. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~116^2~27 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3bf25500cfc833748f1d193365c07899105d435f;p=mit-scheme.git Use "config.h" to get uint8_t. No more need of for size_t. --- 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]);