[dm-devel] [PATCH 1/2] multipathd: Add missing ctype include

mwilck at suse.com mwilck at suse.com
Fri Aug 12 18:55:47 UTC 2022


From: Bastian Germann <bage at debian.org>

In uxclnt.c, there are isspace calls. Add an explicit include.

Signed-off-by: Bastian Germann <bage at debian.org>
Reviewed-by: Martin Wilck <mwilck at suse.com>
---
 multipathd/uxclnt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c
index b1b058b..bdcc7c3 100644
--- a/multipathd/uxclnt.c
+++ b/multipathd/uxclnt.c
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdarg.h>
+#include <ctype.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/ioctl.h>
-- 
2.37.1



More information about the dm-devel mailing list