Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 67b1084..dd29352 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>