mv ramlog.h and syslog.h to new include/nuttx/syslog

This commit is contained in:
Gregory Nutt 2014-04-10 09:29:30 -06:00
parent c6b52df59e
commit d224a1e4a5

View File

@ -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