aboutsummaryrefslogtreecommitdiff
path: root/miscutils/makedevs.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-18 09:42:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-18 09:42:37 +0000
commit74dddad829befba7c879c1aece54c48c4e4cf15c (patch)
tree397bc76a7fe980ec756762c257461c67063fad18 /miscutils/makedevs.c
parentd70dc0a1db1015ebc1fbb3ff1ebd5cb225ed9dd7 (diff)
downloadbusybox-w32-74dddad829befba7c879c1aece54c48c4e4cf15c.tar.gz
busybox-w32-74dddad829befba7c879c1aece54c48c4e4cf15c.tar.bz2
busybox-w32-74dddad829befba7c879c1aece54c48c4e4cf15c.zip
a bit of polish on makedevs
git-svn-id: svn://busybox.net/trunk/busybox@10847 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r--miscutils/makedevs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index eb3e3680d..ffcbe7ac3 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -6,6 +6,7 @@
6#include <fcntl.h> 6#include <fcntl.h>
7#include <getopt.h> 7#include <getopt.h>
8#include <time.h> 8#include <time.h>
9#include <ctype.h>
9#include <unistd.h> 10#include <unistd.h>
10#include <sys/types.h> 11#include <sys/types.h>
11#include <sys/sysmacros.h> /* major() and minor() */ 12#include <sys/sysmacros.h> /* major() and minor() */