Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/rm.c b/rm.c
index c93a94c..4f97cad 100644
--- a/rm.c
+++ b/rm.c
@@ -22,7 +22,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <time.h>
 #include <utime.h>