chiark / gitweb /
login: fix potential null pointer dereference
[elogind.git] / src / login / loginctl.c
index 4ca51f67699c7baabf35dbe39ae3840236598b39..d00fc9ce2610385e783afa1c79184a0ac2544d97 100644 (file)
@@ -43,6 +43,8 @@
 #include "spawn-polkit-agent.h"
 #include "verbs.h"
 #include "process-util.h"
+#include "terminal-util.h"
+#include "signal-util.h"
 
 static char **arg_property = NULL;
 static bool arg_all = false;