summaryrefslogtreecommitdiffstats
path: root/src/tools/sssctl
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2017-05-27 18:27:53 +0200
committerJakub Hrozek <jhrozek@redhat.com>2017-06-08 17:09:26 +0200
commitcf098cbeef745b75d2efe8334d4d715bcef31883 (patch)
treebab01fb47332b8dd11b899df830df4fa6ef73884 /src/tools/sssctl
parent24f4426ad579eb000397bda4f120d84896cad2d5 (diff)
downloadsssd-cf098cbeef745b75d2efe8334d4d715bcef31883.tar.gz
sssd-cf098cbeef745b75d2efe8334d4d715bcef31883.tar.xz
sssd-cf098cbeef745b75d2efe8334d4d715bcef31883.zip
UTIL: Remove signal.h from util/util.h
signal.h is not used directly by util/util.h. The header file signal.h must be included in 8 files and removing it from util.h it had to be added only to 5 missing file. But util/util.h is include in 377 files Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'src/tools/sssctl')
-rw-r--r--src/tools/sssctl/sssctl_logs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/sssctl/sssctl_logs.c b/src/tools/sssctl/sssctl_logs.c
index 571207c15..1aea54e36 100644
--- a/src/tools/sssctl/sssctl_logs.c
+++ b/src/tools/sssctl/sssctl_logs.c
@@ -20,6 +20,7 @@
#include <popt.h>
#include <stdio.h>
+#include <signal.h>
#include "util/util.h"
#include "tools/common/sss_tools.h"