Renamed "internal.h" to the more sensible "busybox.h".
-Erik
diff --git a/findutils/find.c b/findutils/find.c
index 1c209ae..48faf2c 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -22,7 +22,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <unistd.h>
#include <dirent.h>
diff --git a/findutils/grep.c b/findutils/grep.c
index 3ee409c..003dae9 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -26,7 +26,7 @@
#include <regex.h>
#include <string.h> /* for strerror() */
#include <errno.h>
-#include "internal.h"
+#include "busybox.h"
extern int optind; /* in unistd.h */
extern int errno; /* for use with strerror() */
diff --git a/findutils/which.c b/findutils/which.c
index 7df2557..da8801f 100644
--- a/findutils/which.c
+++ b/findutils/which.c
@@ -21,7 +21,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
extern int which_main(int argc, char **argv)
diff --git a/findutils/xargs.c b/findutils/xargs.c
index b8ac31a..4a3fe3c 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -21,7 +21,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>