diff options
Diffstat (limited to 'tests/libfstree/canonicalize_name.c')
-rw-r--r-- | tests/libfstree/canonicalize_name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libfstree/canonicalize_name.c b/tests/libfstree/canonicalize_name.c index f1eb1c1..f117a0d 100644 --- a/tests/libfstree/canonicalize_name.c +++ b/tests/libfstree/canonicalize_name.c @@ -6,7 +6,7 @@ */ #include "config.h" #include "fstree.h" -#include "../test.h" +#include "util/test.h" static const struct { const char *in; |