use bb_xbind/bb_xlisten
[oweals/busybox.git] / 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"