summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-10 09:29:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-10 09:29:30 -0600
commit016245d1385b767152b23a480ac445e6ed27b1c0 (patch)
tree73a531bcba814245cf04f0b5801597fe91ae68cc /apps/nshlib
parentd52b29aa0159a9600d16c8265271fb9ac1a62e31 (diff)
downloadnuttx-016245d1385b767152b23a480ac445e6ed27b1c0.tar.gz
nuttx-016245d1385b767152b23a480ac445e6ed27b1c0.tar.bz2
nuttx-016245d1385b767152b23a480ac445e6ed27b1c0.zip
mv ramlog.h and syslog.h to new include/nuttx/syslog
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_fscmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_fscmds.c b/apps/nshlib/nsh_fscmds.c
index 9202badef..860e0b814 100644
--- a/apps/nshlib/nsh_fscmds.c
+++ b/apps/nshlib/nsh_fscmds.c
@@ -63,7 +63,7 @@
# include <nuttx/fs/nfs.h>
# endif
# ifdef CONFIG_RAMLOG_SYSLOG
-# include <nuttx/ramlog.h>
+# include <nuttx/syslog/ramlog.h>
# endif
#endif
#endif