diff --git a/examples/cc3000/cc3000basic.c b/examples/cc3000/cc3000basic.c index a3747a4bc..aacfa62d8 100644 --- a/examples/cc3000/cc3000basic.c +++ b/examples/cc3000/cc3000basic.c @@ -102,7 +102,7 @@ * 11 860 844 Telnet sd */ - #include +#include #include "board.h" #include diff --git a/nshlib/nsh_fscmds.c b/nshlib/nsh_fscmds.c index 39a93be6a..ca34a537d 100644 --- a/nshlib/nsh_fscmds.c +++ b/nshlib/nsh_fscmds.c @@ -488,7 +488,7 @@ static int cat_common(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd, /* EINTR is not an error (but will stop stop the cat) */ - #ifndef CONFIG_DISABLE_SIGNALS +#ifndef CONFIG_DISABLE_SIGNALS if (errval == EINTR) { nsh_output(vtbl, g_fmtsignalrecvd, cmd);