diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 02:24:22 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 9eec700a703f62e27768f37a1c6c0e859212320c (patch) | |
tree | ee3101c2dd9a1b6c2b4c272097120c85dca0a133 /mkfs/mksquashfs.h | |
parent | 083988ab0f58b334fa64e376e6c8231f60894d40 (diff) |
Write out the missing tables
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'mkfs/mksquashfs.h')
-rw-r--r-- | mkfs/mksquashfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfs/mksquashfs.h b/mkfs/mksquashfs.h index 0ffa721..f4ab53a 100644 --- a/mkfs/mksquashfs.h +++ b/mkfs/mksquashfs.h @@ -7,6 +7,7 @@ #include "id_table.h" #include "fstree.h" #include "config.h" +#include "table.h" #include <unistd.h> #include <stdlib.h> |