projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06adf5f
)
Another header suggestion from Shaun Jackman.
author
Rob Landley
<rob@landley.net>
Wed, 22 Mar 2006 00:46:36 +0000
(
00:46
-0000)
committer
Rob Landley
<rob@landley.net>
Wed, 22 Mar 2006 00:46:36 +0000
(
00:46
-0000)
coreutils/mknod.c
patch
|
blob
|
history
diff --git
a/coreutils/mknod.c
b/coreutils/mknod.c
index cb5980b95a2208edf0d197b8d9e95f6f868c81dd..784a0353d67b9ab2c572756d3d01076c844429e8 100644
(file)
--- 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"