summaryrefslogtreecommitdiffstats
path: root/commands/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rm.c')
-rw-r--r--commands/rm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/rm.c b/commands/rm.c
index 7199580485..b586520083 100644
--- a/commands/rm.c
+++ b/commands/rm.c
@@ -1,3 +1,8 @@
+#include <common.h>
+#include <command.h>
+#include <fs.h>
+#include <errno.h>
+
static int do_rm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
int i = 1;