Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index c9802cc..f979871 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -7,7 +7,7 @@
  * known bugs: can't deal with alpha ranges
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>