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

Bastian Germann bage at debian.org
Wed Oct 13 22:34:33 UTC 2021


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

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

diff --git a/multipathd/uxclnt.c b/multipathd/uxclnt.c
index a76f8e29..f16a7309 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.33.0






More information about the dm-devel mailing list