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:
cef233e
)
Add some missing includes, necessary on some platforms.
author
Davin McCall
<davmac@davmac.org>
Sat, 6 Jan 2018 15:20:03 +0000
(15:20 +0000)
committer
Davin McCall
<davmac@davmac.org>
Sat, 6 Jan 2018 15:20:03 +0000
(15:20 +0000)
src/dinit-main.cc
patch
|
blob
|
history
diff --git
a/src/dinit-main.cc
b/src/dinit-main.cc
index 4e67a1a6bf7e9aeec5072b5232e8760103f28f44..5f0ba34d03157fc09e2d7d019c2dc49ed87b15ea 100644
(file)
--- a/
src/dinit-main.cc
+++ b/
src/dinit-main.cc
@@
-1,4
+1,6
@@
#include <iostream>
+#include <system_error>
+#include <new>
// Entry point for Dinit.