aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.cpp')
-rw-r--r--src/path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.cpp b/src/path.cpp
index b5ee0790..c84789ce 100644
--- a/src/path.cpp
+++ b/src/path.cpp
@@ -1,6 +1,8 @@
// Directory utilities. This library contains functions for locating configuration directories, for
// testing if a command with a given name can be found in the PATH, and various other path-related
// issues.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <errno.h>
#include <sys/stat.h>