diff options
Diffstat (limited to 'include/fstree.h')
-rw-r--r-- | include/fstree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstree.h b/include/fstree.h index 5caac51..a63c593 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -15,7 +15,7 @@ #include <stdio.h> #include "sqfs/predef.h" -#include "util/compat.h" +#include "compat.h" typedef struct tree_node_t tree_node_t; typedef struct file_info_t file_info_t; |