From 24882e06c135584f16f31ba8a00fecde8b7f6fad Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 May 2015 20:14:11 +0200 Subject: util: split out signal-util.[ch] from util.[ch] No functional changes. --- src/tty-ask-password-agent/tty-ask-password-agent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tty-ask-password-agent') diff --git a/src/tty-ask-password-agent/tty-ask-password-agent.c b/src/tty-ask-password-agent/tty-ask-password-agent.c index c440170f95..97251ef0aa 100644 --- a/src/tty-ask-password-agent/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent/tty-ask-password-agent.c @@ -44,6 +44,7 @@ #include "def.h" #include "process-util.h" #include "terminal-util.h" +#include "signal-util.h" static enum { ACTION_LIST, -- cgit v1.2.3-54-g00ecf