diff options
Diffstat (limited to '')
-rw-r--r-- | command/dd.c (renamed from src/commands/dd.c) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/commands/dd.c b/command/dd.c index 1387317..67f8be3 100644 --- a/src/commands/dd.c +++ b/command/dd.c @@ -1,4 +1,7 @@ -#include "../command.h" +#include "command.h" +#include "lslib.h" + +#include <stdlib.h> static void help(void) { printf("Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N]\n\n"); |