From d224a1e4a57fb48a150e732654f93bbde0a689cf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 10 Apr 2014 09:29:30 -0600 Subject: [PATCH] mv ramlog.h and syslog.h to new include/nuttx/syslog --- nshlib/nsh_fscmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_fscmds.c b/nshlib/nsh_fscmds.c index 9202badef..860e0b814 100644 --- a/nshlib/nsh_fscmds.c +++ b/nshlib/nsh_fscmds.c @@ -63,7 +63,7 @@ # include # endif # ifdef CONFIG_RAMLOG_SYSLOG -# include +# include # endif #endif #endif