summaryrefslogtreecommitdiffstats
path: root/fs/fdos/vfat.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fdos/vfat.c')
-rw-r--r--fs/fdos/vfat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c
index 46a464b293..31028df130 100644
--- a/fs/fdos/vfat.c
+++ b/fs/fdos/vfat.c
@@ -25,7 +25,7 @@
#include <common.h>
#include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_FDOS)
+#if (CONFIG_COMMANDS & CFG_CMD_FDOS) || defined(CONFIG_CMD_FDOS)
#include <linux/ctype.h>
#include "dos.h"
OpenPOWER on IntegriCloud