diff --git a/nshlib/nsh_netcmds.c b/nshlib/nsh_netcmds.c index 507742f56..1bd1e93e4 100644 --- a/nshlib/nsh_netcmds.c +++ b/nshlib/nsh_netcmds.c @@ -65,18 +65,18 @@ #if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \ !defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS) -# include +# include #endif #if defined(CONFIG_NET_UDP) && CONFIG_NFILE_DESCRIPTORS > 0 -# include -# include +# include +# include #endif #if defined(CONFIG_NET_TCP) && CONFIG_NFILE_DESCRIPTORS > 0 # ifndef CONFIG_NSH_DISABLE_WGET -# include -# include +# include +# include # endif #endif diff --git a/nshlib/nsh_netinit.c b/nshlib/nsh_netinit.c index f49c64e40..245d50380 100644 --- a/nshlib/nsh_netinit.c +++ b/nshlib/nsh_netinit.c @@ -45,10 +45,11 @@ #include #include -#include + +#include #if defined(CONFIG_NSH_DHCPC) -# include -# include +# include +# include #endif #include "nsh.h" diff --git a/nshlib/nsh_telnetd.c b/nshlib/nsh_telnetd.c index 4f571f44a..0670c9a05 100644 --- a/nshlib/nsh_telnetd.c +++ b/nshlib/nsh_telnetd.c @@ -58,10 +58,10 @@ #include #include -#include +#include #if defined(CONFIG_NSH_DHCPC) -# include -# include +# include +# include #endif #include "nsh.h"