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>