From ab48bd9560e46b63767e1ff50a9d39c1c8d7e34f Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sat, 13 Oct 2018 21:09:11 -0700 Subject: [PATCH] Tweak for gcc buildability --- src/cryptlib/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cryptlib/config.h b/src/cryptlib/config.h index 5198dec..c5b5b7a 100644 --- a/src/cryptlib/config.h +++ b/src/cryptlib/config.h @@ -84,6 +84,8 @@ #if __cplusplus < 201103L typedef unsigned char uint8_t; +#else +#include #endif typedef unsigned short word16;