Ouss4 commented on a change in pull request #159: wireless/wapi: add save_config/reconnect/scan_results support URL: https://github.com/apache/incubator-nuttx-apps/pull/159#discussion_r402918924
########## File path: netutils/netinit/netinit_associate.c ########## @@ -60,7 +60,7 @@ int netinit_associate(FAR const char *ifname) { struct wpa_wconfig_s conf; - int ret; + int ret = -EINVAL; Review comment: This is causing the build to fail. errno.h is not included. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services