summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_romfsetc.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:42:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:42:58 -0600
commitc89f9dcebca9bded25a85d13c436219c7411e973 (patch)
treebb38b317494fa6721ad4dc7e5ba55e2a2a58169f /apps/nshlib/nsh_romfsetc.c
parent25c295c69751b8a65c692af565abe4cccfc281c4 (diff)
downloadnuttx-c89f9dcebca9bded25a85d13c436219c7411e973.tar.gz
nuttx-c89f9dcebca9bded25a85d13c436219c7411e973.tar.bz2
nuttx-c89f9dcebca9bded25a85d13c436219c7411e973.zip
Move ramdisk.h to include/nutt/fs/ramdisk.h
Diffstat (limited to 'apps/nshlib/nsh_romfsetc.c')
-rw-r--r--apps/nshlib/nsh_romfsetc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_romfsetc.c b/apps/nshlib/nsh_romfsetc.c
index 4134b45a3..6f538b4c5 100644
--- a/apps/nshlib/nsh_romfsetc.c
+++ b/apps/nshlib/nsh_romfsetc.c
@@ -43,7 +43,7 @@
#include <debug.h>
#include <errno.h>
-#include <nuttx/ramdisk.h>
+#include <nuttx/fs/ramdisk.h>
#include "nsh.h"