chiark / gitweb /
journald: split console transport stuff into its own file
[elogind.git] / src / journal / journald-syslog.c
index 12c5b2849ce66ea11e5841b0f62f9527f01c1ead..daed095c291a4394c7eb25079ddae76c139ad5b8 100644 (file)
@@ -26,6 +26,7 @@
 #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;