diff --git a/apps/tests.c b/apps/tests.c index 411c74bf..6c8fe132 100644 --- a/apps/tests.c +++ b/apps/tests.c @@ -26,6 +26,9 @@ #include #include #include +#ifdef CONFIG_LWIP +#include +#endif #ifdef CONFIG_ROCKCREEK #include #include @@ -502,7 +505,7 @@ int test_init(void) //create_user_task(NULL, "/bin/jacobi", argv); //create_user_task(NULL, "/bin/mshell", argv); //create_user_task(NULL, "/bin/jacobi", argv); -#ifdef CONFIG_LWIP +#if defined(CONFIG_LWIP) && LWIP_SOCKET if (RCCE_ue() == 0) { kprintf("Start /bin/server...\n"); create_user_task(NULL, "/bin/server", server_argv);