chiark / gitweb /
util: loop_write - accept 0-length message
[elogind.git] / src / shared / utmp-wtmp.c
index 7fb6fe3a6751602718039b2a8da55772cbaca2e7..d6c4cc81b32847c815997bc5609b2c2eb1d6eb05 100644 (file)
@@ -30,6 +30,7 @@
 #include "macro.h"
 #include "path-util.h"
 #include "utmp-wtmp.h"
+#include "terminal-util.h"
 
 int utmp_get_runlevel(int *runlevel, int *previous) {
         struct utmpx *found, lookup = { .ut_type = RUN_LVL };