* [dm-devel] [PATCH] multipathd: Add missing ctype include
@ 2021-10-13 22:34 Bastian Germann
0 siblings, 0 replies; only message in thread
From: Bastian Germann @ 2021-10-13 22:34 UTC (permalink / raw)
To: dm-devel; +Cc: Bastian Germann
In uxclnt.c, there are isspace calls. Add an explicit include.
Signed-off-by: Bastian Germann <bage@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
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-13 22:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 22:34 [dm-devel] [PATCH] multipathd: Add missing ctype include Bastian Germann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox