summaryrefslogtreecommitdiffstats
path: root/LzmaDec.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-25 09:52:29 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-25 09:53:02 +0000
commit1c38fdb45a6a7247c92437ef13ffae2c27051276 (patch)
tree0324c8c97a03c14baff0fbedea3a07ea2c2ab768 /LzmaDec.c
parentReleasing debian version 1.6-2. (diff)
downloadpdlzip-1c38fdb45a6a7247c92437ef13ffae2c27051276.tar.xz
pdlzip-1c38fdb45a6a7247c92437ef13ffae2c27051276.zip
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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>