From: Jouni Malinen Date: Mon, 20 Apr 2020 17:29:31 +0000 (+0300) Subject: Include stdbool.h to allow C99 bool to be used X-Git-Tag: hostap_2_10~1425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99cf89555313056d3a8fa54b21d02dc880b363e1;p=thirdparty%2Fhostap.git Include stdbool.h to allow C99 bool to be used We have practically started requiring some C99 features, so might as well finally go ahead and bring in the C99 bool as well. Signed-off-by: Jouni Malinen --- diff --git a/src/utils/includes.h b/src/utils/includes.h index 75513fc8c..741fc9c14 100644 --- a/src/utils/includes.h +++ b/src/utils/includes.h @@ -18,6 +18,7 @@ #include #include +#include #include #include #include