From e71c3b5337fada0638828df98e7210f3f663237e Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 15 Dec 2015 09:28:42 +0100 Subject: [PATCH] util depends on stdbool --- tool/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tool/util.h b/tool/util.h index 21bb843..2dc893e 100644 --- a/tool/util.h +++ b/tool/util.h @@ -31,6 +31,8 @@ #ifndef YUBICO_PIV_TOOL_INTERNAL_H #define YUBICO_PIV_TOOL_INTERNAL_H +#include + #include #include "cmdline.h"