summaryrefslogtreecommitdiffstats
path: root/LzmaDec.c
diff options
context:
space:
mode:
Diffstat (limited to 'LzmaDec.c')
-rw-r--r--LzmaDec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/LzmaDec.c b/LzmaDec.c
index cc4279d..1236bd3 100644
--- a/LzmaDec.c
+++ b/LzmaDec.c
@@ -4,6 +4,7 @@
#define _FILE_OFFSET_BITS 64
#include <errno.h>
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>