diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2017-05-29 14:01:10 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2017-06-08 17:09:57 +0200 |
commit | 96e1794db6915a655d97ecab7ab71ad53d1f527b (patch) | |
tree | 840d996a679bfdc3acebdc12339fa8b8b1cf892a /src/tests/sysdb-tests.c | |
parent | 92b2a4023c06c613d4576f70cda820ba79750f56 (diff) | |
download | sssd-96e1794db6915a655d97ecab7ab71ad53d1f527b.tar.gz sssd-96e1794db6915a655d97ecab7ab71ad53d1f527b.tar.xz sssd-96e1794db6915a655d97ecab7ab71ad53d1f527b.zip |
UTIL: Remove ctype.h from util/util.h
ctype.h is not used directly by util/util.h. The header file ctype.h
must be included in 32 files and after removing it from util.h it had to be
added only to 8 missing files
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
Diffstat (limited to 'src/tests/sysdb-tests.c')
-rw-r--r-- | src/tests/sysdb-tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/sysdb-tests.c b/src/tests/sysdb-tests.c index 6ec82ce4c..c186ed2fb 100644 --- a/src/tests/sysdb-tests.c +++ b/src/tests/sysdb-tests.c @@ -23,6 +23,7 @@ #include <check.h> #include <talloc.h> #include <tevent.h> +#include <ctype.h> #include <popt.h> #include <sys/stat.h> #include <sys/types.h> |