mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 13:20:49 +00:00
apps/examples/tcpecho/tcpecho_main.c: Add missing header file
This commit is contained in:
parent
322561dcf3
commit
28c654c9b1
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@
|
|||
|
||||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <nuttx/net/arp.h>
|
||||
#include <apps/netutils/netlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue