diff options
author | Rob Landley <rob@landley.net> | 2006-03-22 00:46:36 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-03-22 00:46:36 +0000 |
commit | cebea726e81bfaaf5718af0691733df7c6a5428e (patch) | |
tree | b54f478b60f64c86ef7cf243373013811eae4de2 /coreutils/mknod.c | |
parent | 06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (diff) |
Another header suggestion from Shaun Jackman.
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r-- | coreutils/mknod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index cb5980b95..784a0353d 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -25,6 +25,7 @@ #include <stdlib.h> #include <string.h> #include <sys/stat.h> +#include <sys/sysmacros.h> // For makedev #include <unistd.h> #include "busybox.h" #include "libcoreutils/coreutils.h" |