Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / tee.c
diff --git a/tee.c b/tee.c
index dc9876020b8299c7efb44e7ad967f1d294ba792d..621801336eeef1eb40978826092904c47afb73b0 100644 (file)
--- a/tee.c
+++ b/tee.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <getopt.h>
 #include <stdio.h>