chiark / gitweb /
systemctl: Fix wrong assertion test
[elogind.git] / src / journal / journald-stream.c
index 3e4022ad6942cb4e086ed70c4d49ec24ffa20948..7b88f747dbf2829626549663ebd6d4f691392f80 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <fcntl.h>
 #include <unistd.h>
+#include <stddef.h>
 #include <sys/epoll.h>
 
 #ifdef HAVE_SELINUX
@@ -28,7 +29,7 @@
 #endif
 
 #include "socket-util.h"
-#include "journald.h"
+#include "journald-server.h"
 #include "journald-stream.h"
 #include "journald-syslog.h"
 #include "journald-kmsg.h"