diff --git a/src/apfs/struct/j.h b/src/apfs/struct/j.h index dd28b1e..33c591c 100644 --- a/src/apfs/struct/j.h +++ b/src/apfs/struct/j.h @@ -7,7 +7,7 @@ */ #include -#include "const.h" // mode_t +#include "jconst.h" // mode_t #include "cryptotypes.h" // cp_key_class_t /** `j_key_t` **/ diff --git a/src/apfs/struct/const.h b/src/apfs/struct/jconst.h similarity index 100% rename from src/apfs/struct/const.h rename to src/apfs/struct/jconst.h diff --git a/src/commands/explore-fs-tree.c b/src/commands/explore-fs-tree.c index 0a8e3e2..69df15a 100644 --- a/src/commands/explore-fs-tree.c +++ b/src/commands/explore-fs-tree.c @@ -7,7 +7,7 @@ #include "../apfs/io.h" #include "../apfs/struct/general.h" #include "../apfs/struct/j.h" -#include "../apfs/struct/const.h" +#include "../apfs/struct/jconst.h" #include "../apfs/struct/dstream.h" #include "../apfs/struct/sibling.h" #include "../apfs/struct/snap.h"