a bit of polish on makedevs
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index eb3e368..ffcbe7a 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -6,6 +6,7 @@
 #include <fcntl.h>
 #include <getopt.h>
 #include <time.h>
+#include <ctype.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/sysmacros.h>     /* major() and minor() */