Another header suggestion from Shaun Jackman.
authorRob Landley <rob@landley.net>
Wed, 22 Mar 2006 00:46:36 +0000 (00:46 -0000)
committerRob Landley <rob@landley.net>
Wed, 22 Mar 2006 00:46:36 +0000 (00:46 -0000)
coreutils/mknod.c

index cb5980b95a2208edf0d197b8d9e95f6f868c81dd..784a0353d67b9ab2c572756d3d01076c844429e8 100644 (file)
@@ -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"