diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-10 10:06:48 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-10 10:06:48 +0000 |
commit | dd6039d4a998cac6eeef16d0d211a06031cea6f9 (patch) | |
tree | 8ff84f79bb871c15761516f097bf466700255858 /include/tinycompress/tinycompress.h | |
parent | 4378d4e526cc7e3284478d28e6420661d145fc4a (diff) | |
parent | f6700a93634f3c219a40b1298d12cbbf5ebf1160 (diff) |
Snap for 8430879 from f6700a93634f3c219a40b1298d12cbbf5ebf1160 to t-keystone-qcom-release
Change-Id: Ie416305838cb4b389b63319b946512c0ce92b5a9
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 |