chiark / gitweb /
journal: implement time-based rotation/vacuuming
[elogind.git] / src / journal / journald-stream.c
index 98fdf781bff9a05596d8d17a7d528b8492d7eb70..113c4214f843e116c75d41b947e733a81893854c 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <fcntl.h>
 #include <unistd.h>
+#include <stddef.h>
 #include <sys/epoll.h>
 
 #ifdef HAVE_SELINUX
@@ -32,6 +33,7 @@
 #include "journald-stream.h"
 #include "journald-syslog.h"
 #include "journald-kmsg.h"
+#include "journald-console.h"
 
 #define STDOUT_STREAMS_MAX 4096