aboutsummaryrefslogtreecommitdiff
path: root/bin/tar2sqfs/tar2sqfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tar2sqfs/tar2sqfs.h')
-rw-r--r--bin/tar2sqfs/tar2sqfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/tar2sqfs/tar2sqfs.h b/bin/tar2sqfs/tar2sqfs.h
index a27a50b..08cdc4d 100644
--- a/bin/tar2sqfs/tar2sqfs.h
+++ b/bin/tar2sqfs/tar2sqfs.h
@@ -17,6 +17,7 @@
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
+#include <errno.h>
#ifdef _WIN32
#include <io.h>
@@ -26,6 +27,7 @@
extern bool dont_skip;
extern bool keep_time;
extern bool no_tail_pack;
+extern bool no_symlink_retarget;
extern sqfs_writer_cfg_t cfg;
extern char *root_becomes;