diff options
Diffstat (limited to 'tar/tar2sqfs.c')
-rw-r--r-- | tar/tar2sqfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index a22f2fe..81eb2e4 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -5,8 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ #include "config.h" - -#include "highlevel.h" +#include "common.h" #include "tar.h" #include <stdlib.h> |