Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/ls.c b/ls.c
index 0e08f76..385d6b2 100644
--- a/ls.c
+++ b/ls.c
@@ -47,7 +47,7 @@
 
 /************************************************************************/
 
-#include "internal.h"
+#include "busybox.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdio.h>