summaryrefslogtreecommitdiffstats
path: root/LzFind.c
diff options
context:
space:
mode:
Diffstat (limited to 'LzFind.c')
-rw-r--r--LzFind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/LzFind.c b/LzFind.c
index 8e660f3..c312927 100644
--- a/LzFind.c
+++ b/LzFind.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>