From fbc9f79fc0eb269f2312c751bc952f0e01983169 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Jun 2014 10:10:54 -0600 Subject: [PATCH] sockio.h needs to include netinet/in.h for struct in_addr --- include/sys/sockio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sys/sockio.h b/include/sys/sockio.h index 997eb901e6..eec28265f4 100644 --- a/include/sys/sockio.h +++ b/include/sys/sockio.h @@ -42,6 +42,8 @@ /* Get NuttX configuration and NuttX-specific network IOCTL definitions */ +#include + #include #include #include