Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/rmdir.c b/rmdir.c
index 500890e..14ebf92 100644
--- a/rmdir.c
+++ b/rmdir.c
@@ -22,7 +22,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>