chiark / gitweb /
manager: fix the build
[elogind.git] / src / journal / journald-syslog.c
index 12c5b2849ce66ea11e5841b0f62f9527f01c1ead..9db9198a49a082829e25e74ade9e1b6ecf579c0e 100644 (file)
 ***/
 
 #include <unistd.h>
+#include <stddef.h>
 #include <sys/epoll.h>
 
 #include "socket-util.h"
 #include "journald.h"
 #include "journald-syslog.h"
 #include "journald-kmsg.h"
+#include "journald-console.h"
 
 static void forward_syslog_iovec(Server *s, const struct iovec *iovec, unsigned n_iovec, struct ucred *ucred, struct timeval *tv) {
         struct msghdr msghdr;