Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / dd.c
diff --git a/dd.c b/dd.c
index 697cb7e581e829dc86434cba0e196ef54fa4ef54..01441c3144e3fdfd2c0884e6a973d8dc2abc03f3 100644 (file)
--- a/dd.c
+++ b/dd.c
@@ -29,7 +29,7 @@
  */
 
 
-#include "internal.h"
+#include "busybox.h"
 #include <features.h>
 #include <stdio.h>
 #include <fcntl.h>