Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/util-linux/more.c b/util-linux/more.c
index 45b7c12..caabc44 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -25,7 +25,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <fcntl.h>
 #include <signal.h>