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