diff options
author | Eric Andersen | 2005-07-18 09:42:37 +0000 |
---|---|---|
committer | Eric Andersen | 2005-07-18 09:42:37 +0000 |
commit | 54e57da96a073330463dde1f62fda85b7290ed4c (patch) | |
tree | 397bc76a7fe980ec756762c257461c67063fad18 /miscutils/makedevs.c | |
parent | 1b7058c65371ec219a0965f4bd3a6d81ad95c870 (diff) | |
download | busybox-54e57da96a073330463dde1f62fda85b7290ed4c.zip busybox-54e57da96a073330463dde1f62fda85b7290ed4c.tar.gz |
a bit of polish on makedevs
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r-- | miscutils/makedevs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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() */ |