aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.cpp')
-rw-r--r--src/env.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/env.cpp b/src/env.cpp
index 12eef036..433b45f9 100644
--- a/src/env.cpp
+++ b/src/env.cpp
@@ -1,4 +1,6 @@
// Functions for setting and getting environment variables.
+#include "config.h" // IWYU pragma: keep
+
#include <assert.h>
#include <errno.h>
#include <locale.h>