Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / printf.c
index 94b809348d753d3c84d2baaba0c160b57db1aeb1..832ca13d64c3460448722b19f0f34615f01bbd57 100644 (file)
--- a/printf.c
+++ b/printf.c
@@ -47,7 +47,7 @@
 
 //   19990508 Busy Boxed! Dave Cinege
 
-#include "internal.h"
+#include "busybox.h"
 #include <unistd.h>
 #include <stdio.h>
 #include <sys/types.h>