diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-15 20:12:21 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-15 20:12:21 -0700 |
commit | c7c0c4fae8c81adb8bc3791e215bc797d6b007a4 (patch) | |
tree | 8ff84f79bb871c15761516f097bf466700255858 /include/tinycompress/tinycompress.h | |
parent | 4378d4e526cc7e3284478d28e6420661d145fc4a (diff) | |
parent | dd6039d4a998cac6eeef16d0d211a06031cea6f9 (diff) |
Merge dd6039d4a998cac6eeef16d0d211a06031cea6f9 on remote branch
Change-Id: Icf99c799295ca5ebc0cc1f7fb73d09eea65a4135
Diffstat (limited to 'include/tinycompress/tinycompress.h')
-rw-r--r-- | include/tinycompress/tinycompress.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index 97b305f..83c8f9e 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h @@ -53,6 +53,8 @@ #ifndef __TINYCOMPRESS_H #define __TINYCOMPRESS_H +#include <stdbool.h> + #if defined(__cplusplus) extern "C" { #endif |