X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fpaths.c;h=85fb6bc082130656713e32f46ba84884880616ad;hb=3d84c998673ba7acf82ec5c26769a41e28a2cc7b;hp=f9de6bfe6e997ae80511275edb6c61e86b38aaef;hpb=01c6f902b2a48a33af3f94e29791f85c68df91d0;p=wimlib diff --git a/src/paths.c b/src/paths.c index f9de6bfe..85fb6bc0 100644 --- a/src/paths.c +++ b/src/paths.c @@ -25,6 +25,7 @@ # include "config.h" #endif +#include "wimlib.h" #include "wimlib/paths.h" #include "wimlib/util.h" @@ -86,7 +87,7 @@ canonicalize_fs_path(const tchar *fs_path) return TSTRDUP(fs_path); } -/* +/* * canonicalize_wim_path - Given a user-provided path to a file within a WIM * image, translate it into a "canonical" path. *