aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postfork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/postfork.cpp')
-rw-r--r--src/postfork.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postfork.cpp b/src/postfork.cpp
index cb0760b4..08deb77c 100644
--- a/src/postfork.cpp
+++ b/src/postfork.cpp
@@ -1,4 +1,6 @@
// Functions that we may safely call after fork().
+#include "config.h" // IWYU pragma: keep
+
#include <errno.h>
#include <fcntl.h>
#include <signal.h>