diff options
Diffstat (limited to 'lib/util/dirstack.c')
-rw-r--r-- | lib/util/dirstack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/dirstack.c b/lib/util/dirstack.c index 7bfd1a2..6949749 100644 --- a/lib/util/dirstack.c +++ b/lib/util/dirstack.c @@ -1,4 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +#include "config.h" + #include <sys/types.h> #include <sys/stat.h> #include <string.h> |