Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c
index f824cdc..04310e4 100644
--- a/coreutils/mkdir.c
+++ b/coreutils/mkdir.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #define bb_need_name_too_long
 #define BB_DECLARE_EXTERN
 #include "messages.c"