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 | |
parent | 06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (diff) | |
download | busybox-w32-cebea726e81bfaaf5718af0691733df7c6a5428e.tar.gz busybox-w32-cebea726e81bfaaf5718af0691733df7c6a5428e.tar.bz2 busybox-w32-cebea726e81bfaaf5718af0691733df7c6a5428e.zip |
Another header suggestion from Shaun Jackman.
-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 @@ | |||
25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
26 | #include <string.h> | 26 | #include <string.h> |
27 | #include <sys/stat.h> | 27 | #include <sys/stat.h> |
28 | #include <sys/sysmacros.h> // For makedev | ||
28 | #include <unistd.h> | 29 | #include <unistd.h> |
29 | #include "busybox.h" | 30 | #include "busybox.h" |
30 | #include "libcoreutils/coreutils.h" | 31 | #include "libcoreutils/coreutils.h" |