Message ID | 1427193154-6753-8-git-send-email-qais.yousef@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index 03c396fccea5..68626a42e4e7 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h @@ -53,6 +53,9 @@ #ifndef __TINYCOMPRESS_H #define __TINYCOMPRESS_H +#include <linux/types.h> +#include <stdbool.h> + #if defined(__cplusplus) extern "C" { #endif