From d318da241d2d64cf44f6116f7b92b021241986f3 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Tue, 18 Sep 2018 13:53:05 +0100 Subject: [PATCH] Add stdlib.h and stdbool.h to zck.h as we use types defined in them in the header Signed-off-by: Jonathan Dieter --- include/zck.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/zck.h.in b/include/zck.h.in index e9f1a9c..034b7e6 100644 --- a/include/zck.h.in +++ b/include/zck.h.in @@ -3,6 +3,9 @@ #define ZCK_VERSION "@version@" +#include +#include + typedef enum zck_hash { ZCK_HASH_SHA1, ZCK_HASH_SHA256, -- 2.30.2