From e7ecb1f92ae618a56ee8eabb6cbf98365de3695a Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 2 Jul 2023 19:50:05 +0200 Subject: Move sqfs_dir_entry_t code from libio into libsquashfs Signed-off-by: David Oberhollenzer --- include/fstree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fstree.h') diff --git a/include/fstree.h b/include/fstree.h index 0d60616..402d6a2 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -15,7 +15,7 @@ #include #include "sqfs/predef.h" -#include "io/dir_entry.h" +#include "sqfs/dir_entry.h" #include "compat.h" typedef struct fstree_defaults_t fstree_defaults_t; -- cgit v1.2.3