commit b4b22318a12a2753a7a8fded60d6850a57d2fa24
parent ff1266aaaaba80f86ab9624eea8939d644d7e730
Author: bfredl <bjorn.linse@gmail.com>
Date: Wed, 10 Aug 2022 22:31:53 +0200
Merge pull request #19704 from bfredl/ceci-nest-pas-un-bool
fix(mpack): make sure a `bool` always is a `bool`
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/mpack/mpack_core.h b/src/mpack/mpack_core.h
@@ -8,6 +8,7 @@
#include <assert.h>
#include <limits.h>
#include <stddef.h>
+#include <stdbool.h>
#ifdef __GNUC__
# define FPURE __attribute__((const))