diff --git a/examples/tcpecho/tcpecho_main.c b/examples/tcpecho/tcpecho_main.c index 62dae4963..962ac762e 100644 --- a/examples/tcpecho/tcpecho_main.c +++ b/examples/tcpecho/tcpecho_main.c @@ -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>