Blame SOURCES/0108-multipathd-Add-missing-ctype-include.patch

c90e5b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
c90e5b
From: Bastian Germann <bage@debian.org>
c90e5b
Date: Thu, 14 Oct 2021 00:34:33 +0200
c90e5b
Subject: [PATCH] multipathd: Add missing ctype include
c90e5b
c90e5b
In uxclnt.c, there are isspace calls. Add an explicit include.
c90e5b
c90e5b
Signed-off-by: Bastian Germann <bage@debian.org>
c90e5b
Reviewed-by: Martin Wilck <mwilck@suse.com>
c90e5b
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
c90e5b
---
c90e5b
 multipathd/uxclnt.c | 1 +
c90e5b
 1 file changed, 1 insertion(+)
c90e5b
c90e5b
diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c
c90e5b
index a76f8e29..f16a7309 100644
c90e5b
--- a/multipathd/uxclnt.c
c90e5b
+++ b/multipathd/uxclnt.c
c90e5b
@@ -8,6 +8,7 @@
c90e5b
 #include <stdlib.h>
c90e5b
 #include <unistd.h>
c90e5b
 #include <stdarg.h>
c90e5b
+#include <ctype.h>
c90e5b
 #include <fcntl.h>
c90e5b
 #include <errno.h>
c90e5b
 #include <sys/ioctl.h>