projects
/
platform
/
core
/
security
/
security-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b75331
)
Add missing include for getpid()
author
Tomasz Swierczek
<t.swierczek@samsung.com>
Fri, 13 Jun 2025 08:10:49 +0000
(10:10 +0200)
committer
Tomasz 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
patch
|
blob
|
history
diff --git
a/src/server/main/time-bomb.cpp
b/src/server/main/time-bomb.cpp
index 1bcc7f2a30c89c1c9d8016a9523af4938a16b06c..b7991cc8865fe99c7390d0dafab53932b377b3eb 100644
(file)
--- a/
src/server/main/time-bomb.cpp
+++ b/
src/server/main/time-bomb.cpp
@@
-25,6
+25,7
@@
#include <dpl/log/log.h>
#include <csignal>
+#include <unistd.h>
namespace SecurityManager {