Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/shell/lash.c b/shell/lash.c
index b8f4072..77efc6a 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -32,7 +32,7 @@
 //#define DEBUG_SHELL
 
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>