diff options
Diffstat (limited to 'bin/tar2sqfs/tar2sqfs.h')
-rw-r--r-- | bin/tar2sqfs/tar2sqfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/tar2sqfs/tar2sqfs.h b/bin/tar2sqfs/tar2sqfs.h index d127aa0..915d89c 100644 --- a/bin/tar2sqfs/tar2sqfs.h +++ b/bin/tar2sqfs/tar2sqfs.h @@ -16,11 +16,13 @@ #include <getopt.h> #include <string.h> #include <stdio.h> +#include <errno.h> /* options.c */ 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; |