Add errno.h
[oweals/busybox.git] / makedevs.c
index 99dbc0bd5f4294b74ecc3aafb1db4647dc8f9893..f979871bd657cdcb10330ffe6f3e0ddbbf5ee437 100644 (file)
@@ -7,14 +7,13 @@
  * known bugs: can't deal with alpha ranges
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
 
 int makedevs_main(int argc, char **argv)
 {