Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / dd.c
diff --git a/dd.c b/dd.c
index 32eeb661cf3aaef32a9f4c961e589d6c0d4b3739..dac9ccdf3907fd06fc1d00902ea4922bdaeb2423 100644 (file)
--- a/dd.c
+++ b/dd.c
 #include "busybox.h"
 
 #include <sys/types.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <string.h>
 #include <fcntl.h>
 
 static struct suffix_mult dd_suffixes[] = {