projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287b118
)
Add missing include (fixes build on musl systems)
author
Davin McCall
<davmac@davmac.org>
Sun, 21 Oct 2018 13:37:45 +0000
(14:37 +0100)
committer
Davin McCall
<davmac@davmac.org>
Sun, 21 Oct 2018 13:37:45 +0000
(14:37 +0100)
src/proc-service.cc
patch
|
blob
|
history
diff --git
a/src/proc-service.cc
b/src/proc-service.cc
index e6ad098e09ba02160cf7340721a436afe4797ffa..99e0f1e5c31f50ad2c3ec4606307dae4d42ad720 100644
(file)
--- a/
src/proc-service.cc
+++ b/
src/proc-service.cc
@@
-1,3
+1,5
@@
+#include <cstring>
+
#include <sys/un.h>
#include <sys/socket.h>