summaryrefslogtreecommitdiff
path: root/src/shared/log.c
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-10 23:15:59 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 08:02:55 +0100
commit2a7a7d0b0f645b14cf0388b40d747b0ccb0c091e (patch)
tree4e6de4a4670f7426fcbb34b8f9f6db089c6a1d17 /src/shared/log.c
parent81dcadefd3afee8ea2a38090093f735d11d99009 (diff)
shared: add terminal-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 32ec581d8..85c0605bd 100644
--- a/src/shared/log.c
+++ b/src/shared/log.c
@@ -35,6 +35,8 @@
#include "macro.h"
#include "socket-util.h"
#include "formats-util.h"
+#include "process-util.h"
+#include "terminal-util.h"
#define SNDBUF_SIZE (8*1024*1024)