mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
nsh: Added conditional include of netinit.
This commit is contained in:
parent
ad9a44d606
commit
dd2c3b3f6a
1 changed files with 4 additions and 1 deletions
|
|
@ -28,12 +28,15 @@
|
|||
#include <nuttx/symtab.h>
|
||||
|
||||
#include "system/readline.h"
|
||||
#include "netutils/netinit.h"
|
||||
#include "nshlib/nshlib.h"
|
||||
|
||||
#include "nsh.h"
|
||||
#include "nsh_console.h"
|
||||
|
||||
#ifdef CONFIG_NSH_NETINIT
|
||||
# include "netutils/netinit.h"
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue