summaryrefslogtreecommitdiff
path: root/src/shared/log.c
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2015-04-14 18:42:09 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-04-14 18:42:09 -0400
commit47fefe304092f07bf89c1fc3d0614da5b0dbee3d (patch)
treec6f1ff243a1e7dc3fcdabf8c3d8e29b15e477822 /src/shared/log.c
parent4b725bd2d38cbad1c490d22823f73c73ef3fc9df (diff)
shared: add process-util.[ch]
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/log.c')
-rw-r--r--src/shared/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/log.c b/src/shared/log.c
index d4df4dffd3..bcbf4a34bd 100644
--- a/src/shared/log.c
+++ b/src/shared/log.c
@@ -33,6 +33,7 @@
#include "macro.h"
#include "socket-util.h"
#include "time-util.h"
+#include "process-util.h"
#define SNDBUF_SIZE (8*1024*1024)