summaryrefslogtreecommitdiff
path: root/src/shared/log.c
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-10 19:10:00 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 08:01:42 +0100
commit901cf821ac8c13c78e1acb884f59baf41316fb8f (patch)
treef8b31dce25ba911167540a0aa316feb4147a61a1 /src/shared/log.c
parent9cd66b6bb933e4e307aa9e7cfc664e8916e0a3f0 (diff)
shared: add process-util.[ch]
Diffstat (limited to 'src/shared/log.c')
-rw-r--r--src/shared/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/log.c b/src/shared/log.c
index 646a1d638..7edcf1f18 100644
--- a/src/shared/log.c
+++ b/src/shared/log.c
@@ -34,6 +34,8 @@
#include "missing.h"
#include "macro.h"
#include "socket-util.h"
+#include "formats-util.h"
+#include "process-util.h"
#define SNDBUF_SIZE (8*1024*1024)