diff options
Diffstat (limited to 'lib/fstree/fstree.c')
-rw-r--r-- | lib/fstree/fstree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/fstree/fstree.c b/lib/fstree/fstree.c index 2ea5fa2..d44a8ae 100644 --- a/lib/fstree/fstree.c +++ b/lib/fstree/fstree.c @@ -4,7 +4,9 @@ * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ -#include "internal.h" +#include "config.h" +#include "fstree.h" + #include "util/util.h" #include <string.h> |