aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mknod.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-22 00:46:36 +0000
committerRob Landley <rob@landley.net>2006-03-22 00:46:36 +0000
commitcebea726e81bfaaf5718af0691733df7c6a5428e (patch)
treeb54f478b60f64c86ef7cf243373013811eae4de2 /coreutils/mknod.c
parent06adf5fb47e7b9847e066d7675f0bc9f35bcc5be (diff)
downloadbusybox-cebea726e81bfaaf5718af0691733df7c6a5428e.tar.gz
Another header suggestion from Shaun Jackman.
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r--coreutils/mknod.c1
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"