diff options
Diffstat (limited to 'lib/fstree/node_from_path.c')
-rw-r--r-- | lib/fstree/node_from_path.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fstree/node_from_path.c b/lib/fstree/node_from_path.c index e617059..122e106 100644 --- a/lib/fstree/node_from_path.c +++ b/lib/fstree/node_from_path.c @@ -1,4 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +#include "config.h" + #include "fstree.h" #include <string.h> |