Add missing include for getpid()
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 13 Jun 2025 08:10:49 +0000 (10:10 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 13 Jun 2025 08:11:00 +0000 (10:11 +0200)
Change-Id: Ie6ddbe2451a71d0b9dd6679a9ff32c46e67f26cc

src/server/main/time-bomb.cpp

index 1bcc7f2a30c89c1c9d8016a9523af4938a16b06c..b7991cc8865fe99c7390d0dafab53932b377b3eb 100644 (file)
@@ -25,6 +25,7 @@
 #include <dpl/log/log.h>
 
 #include <csignal>
+#include <unistd.h>
 
 namespace SecurityManager {