Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/true_false.c b/true_false.c
index c56f5e7..b3b221e 100644
--- a/true_false.c
+++ b/true_false.c
@@ -22,7 +22,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 
 
 extern int true_main(int argc, char **argv)