aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/function.cpp')
-rw-r--r--src/function.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/function.cpp b/src/function.cpp
index 54559bee..fc397472 100644
--- a/src/function.cpp
+++ b/src/function.cpp
@@ -2,6 +2,8 @@
// autoloading functions in the $fish_function_path. Actual function evaluation is taken care of by
// the parser and to some degree the builtin handling library.
//
+#include "config.h" // IWYU pragma: keep
+
// IWYU pragma: no_include <type_traits>
#include <dirent.h>
#include <pthread.h>