From 91454a71d0e6cddaa7dbaa175f55df79952006b3 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 27 Feb 2024 00:52:21 +0100 Subject: [PATCH] [calamares] missing include Include for getpid() is needed on FreeBSD. --- src/calamares/DebugWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calamares/DebugWindow.cpp b/src/calamares/DebugWindow.cpp index 5ccab2c92..e27fc0a7b 100644 --- a/src/calamares/DebugWindow.cpp +++ b/src/calamares/DebugWindow.cpp @@ -34,6 +34,7 @@ #include #include +#include /** * @brief crash makes Calamares crash immediately.