You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/08/20 13:57:05 UTC

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1981: net/ip: print ip addresses using ip4_addrN macro

xiaoxiang781216 commented on code in PR #1981:
URL: https://github.com/apache/nuttx-apps/pull/1981#discussion_r1299381901


##########
examples/bridge/host_main.c:
##########
@@ -32,6 +32,7 @@
 #include <net/if.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
+#include <nuttx/net/ip.h>

Review Comment:
   host can't use nuttx specific heade file



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org