summaryrefslogtreecommitdiff
path: root/nuttx/fs
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 /nuttx/fs
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 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_syslog.c b/nuttx/fs/fs_syslog.c
index 0e1a80ec8..12a3414c7 100644
--- a/nuttx/fs/fs_syslog.c
+++ b/nuttx/fs/fs_syslog.c
@@ -51,7 +51,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
-#include <nuttx/syslog.h>
+#include <nuttx/syslog/syslog.h>
#include "fs_internal.h"