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

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