chiark / gitweb /
socket-util: socket_address_parse() should not log errors on its own
[elogind.git] / src / shared / pager.c
index f12bfb3287f0cdca2a762b41d22ceb0a18444037..58b62fdccfab66cd430c5bb304ef4c7dbd3cc2fd 100644 (file)
@@ -27,7 +27,9 @@
 
 #include "pager.h"
 #include "util.h"
+#include "process-util.h"
 #include "macro.h"
+#include "terminal-util.h"
 
 static pid_t pager_pid = 0;