Use "config.h" to get uint8_t. No more need of <stddef.h> for size_t.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 16:27:01 +0000 (16:27 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 7 Nov 2018 16:27:01 +0000 (16:27 +0000)
src/microcode/osentropy.h

index 3112bdceabd9c148267b7fca6d0894607c1bffc7..d6b07053717eb7c4920cd05a2d54a13931bc3361 100644 (file)
@@ -27,7 +27,7 @@ USA.
 #ifndef MITSCHEME_OSENTROPY_H
 #define MITSCHEME_OSENTROPY_H
 
-#include <stddef.h>
+#include "config.h"
 
 void OS_get_entropy (uint8_t [32]);